2 * ARM Ltd. Versatile Express
4 * Motherboard Express uATX
9 * RS1 memory map ("ARM Cortex-A Series memory map" in the board's
10 * Technical Reference Manual)
12 * WARNING! The hardware described in this file is independent from the
13 * original variant (vexpress-v2m.dtsi), but there is a strong
14 * correspondence between the two configurations.
16 * TAKE CARE WHEN MAINTAINING THIS FILE TO PROPAGATE ANY RELEVANT
17 * CHANGES TO vexpress-v2m.dtsi!
22 arm,v2m_timer = &v2m_timer01;
26 compatible = "simple-bus";
27 arm,v2m-memory-map = "rs1";
28 #address-cells = <2>; /* SMB chipselect number and offset */
30 #interrupt-cells = <1>;
33 compatible = "arm,vexpress-flash", "cfi-flash";
34 reg = <0 0x00000000 0x04000000>,
35 <4 0x00000000 0x04000000>;
40 compatible = "arm,vexpress-psram", "mtd-ram";
41 reg = <1 0x00000000 0x02000000>;
46 compatible = "arm,vexpress-vram";
47 reg = <2 0x00000000 0x00800000>;
51 compatible = "smsc,lan9118", "smsc,lan9115";
52 reg = <2 0x02000000 0x10000>;
58 vdd33a-supply = <&v2m_fixed_3v3>;
59 vddvario-supply = <&v2m_fixed_3v3>;
63 compatible = "nxp,usb-isp1761";
64 reg = <2 0x03000000 0x20000>;
70 compatible = "arm,amba-bus", "simple-bus";
73 ranges = <0 3 0 0x200000>;
76 compatible = "arm,vexpress-sysreg";
77 reg = <0x010000 0x1000>;
81 compatible = "arm,sp810", "arm,primecell";
82 reg = <0x020000 0x1000>;
86 v2m_i2c_pcie: i2c@030000 {
87 compatible = "arm,versatile-i2c";
88 reg = <0x030000 0x1000>;
94 compatible = "idt,89hpes32h8";
100 compatible = "arm,pl041", "arm,primecell";
101 reg = <0x040000 0x1000>;
106 compatible = "arm,pl180", "arm,primecell";
107 reg = <0x050000 0x1000>;
112 compatible = "arm,pl050", "arm,primecell";
113 reg = <0x060000 0x1000>;
118 compatible = "arm,pl050", "arm,primecell";
119 reg = <0x070000 0x1000>;
123 v2m_serial0: uart@090000 {
124 compatible = "arm,pl011", "arm,primecell";
125 reg = <0x090000 0x1000>;
129 v2m_serial1: uart@0a0000 {
130 compatible = "arm,pl011", "arm,primecell";
131 reg = <0x0a0000 0x1000>;
135 v2m_serial2: uart@0b0000 {
136 compatible = "arm,pl011", "arm,primecell";
137 reg = <0x0b0000 0x1000>;
141 v2m_serial3: uart@0c0000 {
142 compatible = "arm,pl011", "arm,primecell";
143 reg = <0x0c0000 0x1000>;
148 compatible = "arm,sp805", "arm,primecell";
149 reg = <0x0f0000 0x1000>;
153 v2m_timer01: timer@110000 {
154 compatible = "arm,sp804", "arm,primecell";
155 reg = <0x110000 0x1000>;
159 v2m_timer23: timer@120000 {
160 compatible = "arm,sp804", "arm,primecell";
161 reg = <0x120000 0x1000>;
166 v2m_i2c_dvi: i2c@160000 {
167 compatible = "arm,versatile-i2c";
168 reg = <0x160000 0x1000>;
170 #address-cells = <1>;
174 compatible = "sil,sii9022-tpi", "sil,sii9022";
179 compatible = "sil,sii9022-cpi", "sil,sii9022";
185 compatible = "arm,pl031", "arm,primecell";
186 reg = <0x170000 0x1000>;
190 compact-flash@1a0000 {
191 compatible = "arm,vexpress-cf", "ata-generic";
192 reg = <0x1a0000 0x100
198 compatible = "arm,pl111", "arm,primecell";
199 reg = <0x1f0000 0x1000>;
204 v2m_fixed_3v3: fixedregulator@0 {
205 compatible = "regulator-fixed";
206 regulator-name = "3V3";
207 regulator-min-microvolt = <3300000>;
208 regulator-max-microvolt = <3300000>;