0001 // SPDX-License-Identifier: GPL-2.0
0002 / {
0003 #address-cells = <1>;
0004 #size-cells = <1>;
0005 compatible = "lantiq,xway", "lantiq,danube";
0006
0007 cpus {
0008 cpu@0 {
0009 compatible = "mips,mips24Kc";
0010 };
0011 };
0012
0013 biu@1f800000 {
0014 #address-cells = <1>;
0015 #size-cells = <1>;
0016 compatible = "lantiq,biu", "simple-bus";
0017 reg = <0x1f800000 0x800000>;
0018 ranges = <0x0 0x1f800000 0x7fffff>;
0019
0020 icu0: icu@80200 {
0021 #interrupt-cells = <1>;
0022 interrupt-controller;
0023 compatible = "lantiq,icu";
0024 reg = <0x80200 0x120>;
0025 };
0026
0027 watchdog@803f0 {
0028 compatible = "lantiq,wdt";
0029 reg = <0x803f0 0x10>;
0030 };
0031 };
0032
0033 sram@1f000000 {
0034 #address-cells = <1>;
0035 #size-cells = <1>;
0036 compatible = "lantiq,sram";
0037 reg = <0x1f000000 0x800000>;
0038 ranges = <0x0 0x1f000000 0x7fffff>;
0039
0040 eiu0: eiu@101000 {
0041 #interrupt-cells = <1>;
0042 interrupt-controller;
0043 interrupt-parent;
0044 compatible = "lantiq,eiu-xway";
0045 reg = <0x101000 0x1000>;
0046 };
0047
0048 pmu0: pmu@102000 {
0049 compatible = "lantiq,pmu-xway";
0050 reg = <0x102000 0x1000>;
0051 };
0052
0053 cgu0: cgu@103000 {
0054 compatible = "lantiq,cgu-xway";
0055 reg = <0x103000 0x1000>;
0056 #clock-cells = <1>;
0057 };
0058
0059 rcu0: rcu@203000 {
0060 compatible = "lantiq,rcu-xway";
0061 reg = <0x203000 0x1000>;
0062 };
0063 };
0064
0065 fpi@10000000 {
0066 #address-cells = <1>;
0067 #size-cells = <1>;
0068 compatible = "lantiq,fpi", "simple-bus";
0069 ranges = <0x0 0x10000000 0xeefffff>;
0070 reg = <0x10000000 0xef00000>;
0071
0072 gptu@e100a00 {
0073 compatible = "lantiq,gptu-xway";
0074 reg = <0xe100a00 0x100>;
0075 };
0076
0077 serial@e100c00 {
0078 compatible = "lantiq,asc";
0079 reg = <0xe100c00 0x400>;
0080 interrupt-parent = <&icu0>;
0081 interrupts = <112 113 114>;
0082 };
0083
0084 dma0: dma@e104100 {
0085 compatible = "lantiq,dma-xway";
0086 reg = <0xe104100 0x800>;
0087 };
0088
0089 ebu0: ebu@e105300 {
0090 compatible = "lantiq,ebu-xway";
0091 reg = <0xe105300 0x100>;
0092 };
0093
0094 pci0: pci@e105400 {
0095 #address-cells = <3>;
0096 #size-cells = <2>;
0097 #interrupt-cells = <1>;
0098 compatible = "lantiq,pci-xway";
0099 bus-range = <0x0 0x0>;
0100 ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */
0101 0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
0102 reg = <0x7000000 0x8000 /* config space */
0103 0xe105400 0x400>; /* pci bridge */
0104 };
0105 };
0106 };