1 #include <versatile-ab.dts>
4 model = "ARM Versatile PB";
5 compatible = "arm,versatile-pb";
8 /* The Versatile PB is using more SIC IRQ lines than the AB */
10 clear-mask = <0xffffffff>;
12 * Valid interrupt lines mask according to
13 * figure 3-30 page 3-74 of ARM DUI 0224B
15 valid-mask = <0x7fe003ff>;
18 gpio2: gpio@101e6000 {
19 compatible = "arm,pl061", "arm,primecell";
20 reg = <0x101e6000 0x1000>;
25 #interrupt-cells = <2>;
27 clock-names = "apb_pclk";
30 gpio3: gpio@101e7000 {
31 compatible = "arm,pl061", "arm,primecell";
32 reg = <0x101e7000 0x1000>;
37 #interrupt-cells = <2>;
39 clock-names = "apb_pclk";
42 pci-controller@10001000 {
43 compatible = "arm,versatile-pci";
45 reg = <0x10001000 0x1000
51 #interrupt-cells = <1>;
53 ranges = <0x01000000 0 0x00000000 0x43000000 0 0x00010000 /* downstream I/O */
54 0x02000000 0 0x50000000 0x50000000 0 0x10000000 /* non-prefetchable memory */
55 0x42000000 0 0x60000000 0x60000000 0 0x10000000>; /* prefetchable memory */
57 interrupt-map-mask = <0x1800 0 0 7>;
58 interrupt-map = <0x1800 0 0 1 &sic 28
76 0x0000 0 0 4 &sic 28>;
82 * Overrides the interrupt assignment from
83 * the Versatile AB board file.
85 interrupts-extended = <&sic 22 &sic 23>;
88 compatible = "arm,pl011", "arm,primecell";
89 reg = <0x9000 0x1000>;
90 interrupt-parent = <&sic>;
92 clocks = <&xtal24mhz>, <&pclk>;
93 clock-names = "uartclk", "apb_pclk";
96 compatible = "arm,primecell";
97 reg = <0xa000 0x1000>;
98 interrupt-parent = <&sic>;
100 clocks = <&xtal24mhz>;
101 clock-names = "apb_pclk";
104 compatible = "arm,pl180", "arm,primecell";
105 reg = <0xb000 0x1000>;
106 interrupt-parent = <&sic>;
107 interrupts = <1>, <2>;
108 clocks = <&xtal24mhz>, <&pclk>;
109 clock-names = "mclk", "apb_pclk";