1 #include <versatile-ab.dts>
4 model = "ARM Versatile PB";
5 compatible = "arm,versatile-pb";
9 compatible = "arm,pl061", "arm,primecell";
10 reg = <0x101e6000 0x1000>;
15 #interrupt-cells = <2>;
17 clock-names = "apb_pclk";
20 gpio3: gpio@101e7000 {
21 compatible = "arm,pl061", "arm,primecell";
22 reg = <0x101e7000 0x1000>;
27 #interrupt-cells = <2>;
29 clock-names = "apb_pclk";
32 pci-controller@10001000 {
33 compatible = "arm,versatile-pci";
35 reg = <0x10001000 0x1000
41 #interrupt-cells = <1>;
43 ranges = <0x01000000 0 0x00000000 0x43000000 0 0x00010000 /* downstream I/O */
44 0x02000000 0 0x50000000 0x50000000 0 0x10000000 /* non-prefetchable memory */
45 0x42000000 0 0x60000000 0x60000000 0 0x10000000>; /* prefetchable memory */
47 interrupt-map-mask = <0x1800 0 0 7>;
48 interrupt-map = <0x1800 0 0 1 &sic 28
66 0x0000 0 0 4 &sic 28>;
71 compatible = "arm,pl011", "arm,primecell";
72 reg = <0x9000 0x1000>;
73 interrupt-parent = <&sic>;
75 clocks = <&xtal24mhz>, <&pclk>;
76 clock-names = "uartclk", "apb_pclk";
79 compatible = "arm,primecell";
80 reg = <0xa000 0x1000>;
81 interrupt-parent = <&sic>;
83 clocks = <&xtal24mhz>;
84 clock-names = "apb_pclk";
87 compatible = "arm,pl180", "arm,primecell";
88 reg = <0xb000 0x1000>;
89 interrupts-extended = <&vic 23 &sic 2>;
90 clocks = <&xtal24mhz>, <&pclk>;
91 clock-names = "mclk", "apb_pclk";