xref: /freebsd/sys/contrib/device-tree/src/mips/lantiq/danube.dtsi (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*c66ec88fSEmmanuel Vadot/ {
3*c66ec88fSEmmanuel Vadot	#address-cells = <1>;
4*c66ec88fSEmmanuel Vadot	#size-cells = <1>;
5*c66ec88fSEmmanuel Vadot	compatible = "lantiq,xway", "lantiq,danube";
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel Vadot	cpus {
8*c66ec88fSEmmanuel Vadot		cpu@0 {
9*c66ec88fSEmmanuel Vadot			compatible = "mips,mips24Kc";
10*c66ec88fSEmmanuel Vadot		};
11*c66ec88fSEmmanuel Vadot	};
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot	biu@1f800000 {
14*c66ec88fSEmmanuel Vadot		#address-cells = <1>;
15*c66ec88fSEmmanuel Vadot		#size-cells = <1>;
16*c66ec88fSEmmanuel Vadot		compatible = "lantiq,biu", "simple-bus";
17*c66ec88fSEmmanuel Vadot		reg = <0x1f800000 0x800000>;
18*c66ec88fSEmmanuel Vadot		ranges = <0x0 0x1f800000 0x7fffff>;
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel Vadot		icu0: icu@80200 {
21*c66ec88fSEmmanuel Vadot			#interrupt-cells = <1>;
22*c66ec88fSEmmanuel Vadot			interrupt-controller;
23*c66ec88fSEmmanuel Vadot			compatible = "lantiq,icu";
24*c66ec88fSEmmanuel Vadot			reg = <0x80200 0x120>;
25*c66ec88fSEmmanuel Vadot		};
26*c66ec88fSEmmanuel Vadot
27*c66ec88fSEmmanuel Vadot		watchdog@803f0 {
28*c66ec88fSEmmanuel Vadot			compatible = "lantiq,wdt";
29*c66ec88fSEmmanuel Vadot			reg = <0x803f0 0x10>;
30*c66ec88fSEmmanuel Vadot		};
31*c66ec88fSEmmanuel Vadot	};
32*c66ec88fSEmmanuel Vadot
33*c66ec88fSEmmanuel Vadot	sram@1f000000 {
34*c66ec88fSEmmanuel Vadot		#address-cells = <1>;
35*c66ec88fSEmmanuel Vadot		#size-cells = <1>;
36*c66ec88fSEmmanuel Vadot		compatible = "lantiq,sram";
37*c66ec88fSEmmanuel Vadot		reg = <0x1f000000 0x800000>;
38*c66ec88fSEmmanuel Vadot		ranges = <0x0 0x1f000000 0x7fffff>;
39*c66ec88fSEmmanuel Vadot
40*c66ec88fSEmmanuel Vadot		eiu0: eiu@101000 {
41*c66ec88fSEmmanuel Vadot			#interrupt-cells = <1>;
42*c66ec88fSEmmanuel Vadot			interrupt-controller;
43*c66ec88fSEmmanuel Vadot			compatible = "lantiq,eiu-xway";
44*c66ec88fSEmmanuel Vadot			reg = <0x101000 0x1000>;
45*c66ec88fSEmmanuel Vadot		};
46*c66ec88fSEmmanuel Vadot
47*c66ec88fSEmmanuel Vadot		pmu0: pmu@102000 {
48*c66ec88fSEmmanuel Vadot			compatible = "lantiq,pmu-xway";
49*c66ec88fSEmmanuel Vadot			reg = <0x102000 0x1000>;
50*c66ec88fSEmmanuel Vadot		};
51*c66ec88fSEmmanuel Vadot
52*c66ec88fSEmmanuel Vadot		cgu0: cgu@103000 {
53*c66ec88fSEmmanuel Vadot			compatible = "lantiq,cgu-xway";
54*c66ec88fSEmmanuel Vadot			reg = <0x103000 0x1000>;
55*c66ec88fSEmmanuel Vadot			#clock-cells = <1>;
56*c66ec88fSEmmanuel Vadot		};
57*c66ec88fSEmmanuel Vadot
58*c66ec88fSEmmanuel Vadot		rcu0: rcu@203000 {
59*c66ec88fSEmmanuel Vadot			compatible = "lantiq,rcu-xway";
60*c66ec88fSEmmanuel Vadot			reg = <0x203000 0x1000>;
61*c66ec88fSEmmanuel Vadot		};
62*c66ec88fSEmmanuel Vadot	};
63*c66ec88fSEmmanuel Vadot
64*c66ec88fSEmmanuel Vadot	fpi@10000000 {
65*c66ec88fSEmmanuel Vadot		#address-cells = <1>;
66*c66ec88fSEmmanuel Vadot		#size-cells = <1>;
67*c66ec88fSEmmanuel Vadot		compatible = "lantiq,fpi", "simple-bus";
68*c66ec88fSEmmanuel Vadot		ranges = <0x0 0x10000000 0xeefffff>;
69*c66ec88fSEmmanuel Vadot		reg = <0x10000000 0xef00000>;
70*c66ec88fSEmmanuel Vadot
71*c66ec88fSEmmanuel Vadot		gptu@e100a00 {
72*c66ec88fSEmmanuel Vadot			compatible = "lantiq,gptu-xway";
73*c66ec88fSEmmanuel Vadot			reg = <0xe100a00 0x100>;
74*c66ec88fSEmmanuel Vadot		};
75*c66ec88fSEmmanuel Vadot
76*c66ec88fSEmmanuel Vadot		serial@e100c00 {
77*c66ec88fSEmmanuel Vadot			compatible = "lantiq,asc";
78*c66ec88fSEmmanuel Vadot			reg = <0xe100c00 0x400>;
79*c66ec88fSEmmanuel Vadot			interrupt-parent = <&icu0>;
80*c66ec88fSEmmanuel Vadot			interrupts = <112 113 114>;
81*c66ec88fSEmmanuel Vadot		};
82*c66ec88fSEmmanuel Vadot
83*c66ec88fSEmmanuel Vadot		dma0: dma@e104100 {
84*c66ec88fSEmmanuel Vadot			compatible = "lantiq,dma-xway";
85*c66ec88fSEmmanuel Vadot			reg = <0xe104100 0x800>;
86*c66ec88fSEmmanuel Vadot		};
87*c66ec88fSEmmanuel Vadot
88*c66ec88fSEmmanuel Vadot		ebu0: ebu@e105300 {
89*c66ec88fSEmmanuel Vadot			compatible = "lantiq,ebu-xway";
90*c66ec88fSEmmanuel Vadot			reg = <0xe105300 0x100>;
91*c66ec88fSEmmanuel Vadot		};
92*c66ec88fSEmmanuel Vadot
93*c66ec88fSEmmanuel Vadot		pci0: pci@e105400 {
94*c66ec88fSEmmanuel Vadot			#address-cells = <3>;
95*c66ec88fSEmmanuel Vadot			#size-cells = <2>;
96*c66ec88fSEmmanuel Vadot			#interrupt-cells = <1>;
97*c66ec88fSEmmanuel Vadot			compatible = "lantiq,pci-xway";
98*c66ec88fSEmmanuel Vadot			bus-range = <0x0 0x0>;
99*c66ec88fSEmmanuel Vadot			ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000	/* pci memory */
100*c66ec88fSEmmanuel Vadot				  0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
101*c66ec88fSEmmanuel Vadot			reg = <0x7000000 0x8000		/* config space */
102*c66ec88fSEmmanuel Vadot				0xe105400 0x400>;	/* pci bridge */
103*c66ec88fSEmmanuel Vadot		};
104*c66ec88fSEmmanuel Vadot	};
105*c66ec88fSEmmanuel Vadot};
106