1 // SPDX-License-Identifier: GPL-2.0
2 #include "versatile-ab.dts"
5 model = "ARM Versatile PB";
6 compatible = "arm,versatile-pb";
9 /* The Versatile PB is using more SIC IRQ lines than the AB */
11 clear-mask = <0xffffffff>;
13 * Valid interrupt lines mask according to
14 * figure 3-30 page 3-74 of ARM DUI 0224B
16 valid-mask = <0x7fe003ff>;
19 gpio2: gpio@101e6000 {
20 compatible = "arm,pl061", "arm,primecell";
21 reg = <0x101e6000 0x1000>;
26 #interrupt-cells = <2>;
28 clock-names = "apb_pclk";
31 gpio3: gpio@101e7000 {
32 compatible = "arm,pl061", "arm,primecell";
33 reg = <0x101e7000 0x1000>;
38 #interrupt-cells = <2>;
40 clock-names = "apb_pclk";
44 compatible = "arm,versatile-pci";
46 reg = <0x10001000 0x1000
52 #interrupt-cells = <1>;
54 ranges = <0x01000000 0 0x00000000 0x43000000 0 0x00010000 /* downstream I/O */
55 0x02000000 0 0x50000000 0x50000000 0 0x10000000 /* non-prefetchable memory */
56 0x42000000 0 0x60000000 0x60000000 0 0x10000000>; /* prefetchable memory */
58 interrupt-map-mask = <0x1800 0 0 7>;
59 interrupt-map = <0x1800 0 0 1 &sic 28
77 0x0000 0 0 4 &sic 28>;
83 * Overrides the interrupt assignment from
84 * the Versatile AB board file.
86 interrupts-extended = <&sic 22 &sic 23>;
89 compatible = "arm,pl011", "arm,primecell";
90 reg = <0x9000 0x1000>;
91 interrupt-parent = <&sic>;
93 clocks = <&xtal24mhz>, <&pclk>;
94 clock-names = "uartclk", "apb_pclk";
97 compatible = "arm,primecell";
98 reg = <0xa000 0x1000>;
99 interrupt-parent = <&sic>;
101 clocks = <&xtal24mhz>;
102 clock-names = "apb_pclk";
105 compatible = "arm,pl180", "arm,primecell";
106 reg = <0xb000 0x1000>;
107 interrupt-parent = <&sic>;
108 interrupts = <1>, <2>;
109 clocks = <&xtal24mhz>, <&pclk>;
110 clock-names = "mclk", "apb_pclk";