Lines Matching +full:0 +full:x00000000 +full:- +full:0 +full:x03ffffff
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013 Newflow Ltd - https://www.newflow.co.uk/
5 /dts-v1/;
14 cpu@0 {
15 cpu0-supply = <&dcdc2_reg>;
21 reg = <0x80000000 0x10000000>; /* 256 MB */
25 compatible = "gpio-leds";
29 gpios = <&gpio1 5 0>;
30 default-state = "off";
36 pinctrl-names = "default";
37 pinctrl-0 = <&misc_pins>;
39 misc_pins: misc-pins {
40 pinctrl-single,pins = <
45 gpmc_pins: gpmc-pins {
46 pinctrl-single,pins = <
89 i2c0_pins: i2c0-pins {
90 pinctrl-single,pins = <
96 uart0_pins: uart0-pins {
97 pinctrl-single,pins = <
103 uart1_pins: uart1-pins {
104 pinctrl-single,pins = <
112 uart2_pins: uart2-pins {
113 pinctrl-single,pins = <
121 uart3_pins: uart3-pins {
122 pinctrl-single,pins = <
130 uart4_pins: uart4-pins {
131 pinctrl-single,pins = <
139 uart5_pins: uart5-pins {
140 pinctrl-single,pins = <
146 mmc1_pins: mmc1-pins {
147 pinctrl-single,pins = <
161 pinctrl-names = "default";
162 pinctrl-0 = <&uart0_pins>;
167 pinctrl-names = "default";
168 pinctrl-0 = <&uart1_pins>;
170 rts-gpio = <&gpio0 13 GPIO_ACTIVE_HIGH>;
171 rs485-rts-active-high;
172 rs485-rx-during-tx;
173 rs485-rts-delay = <1 1>;
174 linux,rs485-enabled-at-boot-time;
178 pinctrl-names = "default";
179 pinctrl-0 = <&uart2_pins>;
181 rts-gpio = <&gpio2 15 GPIO_ACTIVE_HIGH>;
182 rs485-rts-active-high;
183 rs485-rts-delay = <1 1>;
184 linux,rs485-enabled-at-boot-time;
188 pinctrl-names = "default";
189 pinctrl-0 = <&uart3_pins>;
190 rts-gpio = <&gpio2 17 GPIO_ACTIVE_HIGH>;
191 rs485-rts-active-high;
192 rs485-rx-during-tx;
193 rs485-rts-delay = <1 1>;
194 linux,rs485-enabled-at-boot-time;
199 pinctrl-names = "default";
200 pinctrl-0 = <&uart4_pins>;
201 rts-gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
202 rs485-rts-active-high;
203 rs485-rx-during-tx;
204 rs485-rts-delay = <1 1>;
205 linux,rs485-enabled-at-boot-time;
210 pinctrl-names = "default";
211 pinctrl-0 = <&uart5_pins>;
217 pinctrl-names = "default";
218 clock-frequency = <400000>;
219 pinctrl-names = "default";
220 pinctrl-0 = <&i2c0_pins>;
224 gpio-controller;
225 #gpio-cells = <2>;
226 reg = <0x20>;
230 reg = <0x24>;
233 temperature-sensor@48 {
235 reg = <0x48>;
240 reg = <0x53>;
246 reg = <0x68>;
255 compatible = "ti,am3352-gpmc";
257 gpmc,num-waitpins = <2>;
258 pinctrl-names = "default";
259 pinctrl-0 = <&gpmc_pins>;
261 #address-cells = <2>;
262 #size-cells = <1>;
263 ranges = <0 0 0x08000000 0x08000000>, /* CS0: NOR 128M */
264 <1 0 0x1c000000 0x01000000>; /* CS1: FRAM 16M */
266 nor@0,0 {
267 reg = <0 0x00000000 0x08000000>;
268 compatible = "cfi-flash";
269 linux,mtd-name = "spansion,s29gl010p11t";
270 bank-width = <2>;
272 gpmc,mux-add-data = <2>;
274 gpmc,sync-clk-ps = <0>;
275 gpmc,cs-on-ns = <0>;
276 gpmc,cs-rd-off-ns = <160>;
277 gpmc,cs-wr-off-ns = <160>;
278 gpmc,adv-on-ns = <10>;
279 gpmc,adv-rd-off-ns = <30>;
280 gpmc,adv-wr-off-ns = <30>;
281 gpmc,oe-on-ns = <40>;
282 gpmc,oe-off-ns = <160>;
283 gpmc,we-on-ns = <40>;
284 gpmc,we-off-ns = <160>;
285 gpmc,rd-cycle-ns = <160>;
286 gpmc,wr-cycle-ns = <160>;
287 gpmc,access-ns = <150>;
288 gpmc,page-burst-access-ns = <10>;
289 gpmc,cycle2cycle-samecsen;
290 gpmc,cycle2cycle-delay-ns = <20>;
291 gpmc,wr-data-mux-bus-ns = <70>;
292 gpmc,wr-access-ns = <80>;
294 #address-cells = <1>;
295 #size-cells = <1>;
300 +------------+-->0x00000000-> U-Boot start
302 | |-->0x000BFFFF-> U-Boot end
303 | |-->0x000C0000-> ENV1 start
305 | |-->0x000DFFFF-> ENV1 end
306 | |-->0x000E0000-> ENV2 start
308 | |-->0x000FFFFF-> ENV2 end
309 | |-->0x00100000-> Kernel start
311 | |-->0x004FFFFF-> Kernel end
312 | |-->0x00500000-> File system start
314 | |-->0x01FFFFFF-> File system end
315 | |-->0x02000000-> User data start
317 | |-->0x03FFFFFF-> User data end
318 | |-->0x04000000-> Data storage start
320 +------------+-->0x08000000-> NOR end (Free end)
322 partition@0 {
324 reg = <0x00000000 0x000c0000>; /* 768KB */
329 reg = <0x000c0000 0x00020000>; /* 128KB */
334 reg = <0x000e0000 0x00020000>; /* 128KB */
339 reg = <0x00100000 0x00400000>; /* 4MB */
344 reg = <0x00500000 0x01b00000>; /* 27MB */
349 reg = <0x02000000 0x02000000>; /* 32MB */
354 reg = <0x04000000 0x04000000>; /* 64MB */
358 fram@1,0 {
359 reg = <1 0x00000000 0x01000000>;
360 bank-width = <2>;
362 gpmc,mux-add-data = <2>;
364 gpmc,sync-clk-ps = <0>;
365 gpmc,cs-on-ns = <0>;
366 gpmc,cs-rd-off-ns = <160>;
367 gpmc,cs-wr-off-ns = <160>;
368 gpmc,adv-on-ns = <10>;
369 gpmc,adv-rd-off-ns = <20>;
370 gpmc,adv-wr-off-ns = <20>;
371 gpmc,oe-on-ns = <30>;
372 gpmc,oe-off-ns = <150>;
373 gpmc,we-on-ns = <30>;
374 gpmc,we-off-ns = <150>;
375 gpmc,rd-cycle-ns = <160>;
376 gpmc,wr-cycle-ns = <160>;
377 gpmc,access-ns = <130>;
378 gpmc,page-burst-access-ns = <10>;
379 gpmc,cycle2cycle-samecsen;
380 gpmc,cycle2cycle-diffcsen;
381 gpmc,cycle2cycle-delay-ns = <10>;
382 gpmc,wr-data-mux-bus-ns = <30>;
383 gpmc,wr-access-ns = <0>;
394 ethphy0: ethernet-phy@0 {
395 reg = <0>;
398 ethphy1: ethernet-phy@1 {
404 phy-handle = <ðphy0>;
405 phy-mode = "mii";
406 ti,dual-emac-pvid = <1>;
410 phy-handle = <ðphy1>;
411 phy-mode = "mii";
412 ti,dual-emac-pvid = <2>;
417 vmmc-supply = <&ldo4_reg>;
418 pinctrl-names = "default";
419 pinctrl-0 = <&mmc1_pins>;
420 bus-width = <4>;
421 cd-debounce-delay-ms = <5>;
422 cd-gpios = <&gpio3 8 GPIO_ACTIVE_LOW>;
423 wp-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>;
434 dcdc1_reg: regulator@0 {
436 regulator-min-microvolt = <1450000>;
437 regulator-max-microvolt = <1550000>;
438 regulator-boot-on;
439 regulator-always-on;
443 /* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */
444 regulator-name = "vdd_mpu";
445 regulator-min-microvolt = <915000>;
446 regulator-max-microvolt = <1140000>;
447 regulator-boot-on;
448 regulator-always-on;
452 /* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */
453 regulator-name = "vdd_core";
454 regulator-min-microvolt = <915000>;
455 regulator-max-microvolt = <1140000>;
456 regulator-boot-on;
457 regulator-always-on;
462 regulator-min-microvolt = <1750000>;
463 regulator-max-microvolt = <1870000>;
464 regulator-boot-on;
465 regulator-always-on;
470 regulator-min-microvolt = <3175000>;
471 regulator-max-microvolt = <3430000>;
472 regulator-boot-on;
473 regulator-always-on;
478 regulator-min-microvolt = <1750000>;
479 regulator-max-microvolt = <1870000>;
480 regulator-boot-on;
481 regulator-always-on;
486 regulator-min-microvolt = <3175000>;
487 regulator-max-microvolt = <3430000>;
488 regulator-boot-on;
489 regulator-always-on;