diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap-zoom-common.dtsi | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap-zoom-common.dtsi b/arch/arm/boot/dts/omap-zoom-common.dtsi index 2889b504792f..46ef3e443861 100644 --- a/arch/arm/boot/dts/omap-zoom-common.dtsi +++ b/arch/arm/boot/dts/omap-zoom-common.dtsi | |||
@@ -23,6 +23,64 @@ | |||
23 | interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */ | 23 | interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */ |
24 | clock-frequency = <1843200>; | 24 | clock-frequency = <1843200>; |
25 | current-speed = <115200>; | 25 | current-speed = <115200>; |
26 | gpmc,mux-add-data = <0>; | ||
27 | gpmc,device-width = <1>; | ||
28 | gpmc,wait-pin = <1>; | ||
29 | gpmc,cycle2cycle-samecsen = <1>; | ||
30 | gpmc,cycle2cycle-diffcsen = <1>; | ||
31 | gpmc,cs-on-ns = <5>; | ||
32 | gpmc,cs-rd-off-ns = <155>; | ||
33 | gpmc,cs-wr-off-ns = <155>; | ||
34 | gpmc,adv-on-ns = <15>; | ||
35 | gpmc,adv-rd-off-ns = <40>; | ||
36 | gpmc,adv-wr-off-ns = <40>; | ||
37 | gpmc,oe-on-ns = <45>; | ||
38 | gpmc,oe-off-ns = <145>; | ||
39 | gpmc,we-on-ns = <45>; | ||
40 | gpmc,we-off-ns = <145>; | ||
41 | gpmc,rd-cycle-ns = <155>; | ||
42 | gpmc,wr-cycle-ns = <155>; | ||
43 | gpmc,access-ns = <145>; | ||
44 | gpmc,page-burst-access-ns = <20>; | ||
45 | gpmc,bus-turnaround-ns = <20>; | ||
46 | gpmc,cycle2cycle-delay-ns = <20>; | ||
47 | gpmc,wait-monitoring-ns = <0>; | ||
48 | gpmc,clk-activation-ns = <0>; | ||
49 | gpmc,wr-data-mux-bus-ns = <45>; | ||
50 | gpmc,wr-access-ns = <145>; | ||
51 | }; | ||
52 | uart@3,1 { | ||
53 | compatible = "ns16550a"; | ||
54 | reg = <3 0x100 8>; /* CS3, offset 0x100, IO size 8 */ | ||
55 | bank-width = <2>; | ||
56 | reg-shift = <1>; | ||
57 | reg-io-width = <1>; | ||
58 | interrupt-parent = <&gpio4>; | ||
59 | interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */ | ||
60 | clock-frequency = <1843200>; | ||
61 | current-speed = <115200>; | ||
62 | }; | ||
63 | uart@3,2 { | ||
64 | compatible = "ns16550a"; | ||
65 | reg = <3 0x200 8>; /* CS3, offset 0x200, IO size 8 */ | ||
66 | bank-width = <2>; | ||
67 | reg-shift = <1>; | ||
68 | reg-io-width = <1>; | ||
69 | interrupt-parent = <&gpio4>; | ||
70 | interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */ | ||
71 | clock-frequency = <1843200>; | ||
72 | current-speed = <115200>; | ||
73 | }; | ||
74 | uart@3,3 { | ||
75 | compatible = "ns16550a"; | ||
76 | reg = <3 0x300 8>; /* CS3, offset 0x300, IO size 8 */ | ||
77 | bank-width = <2>; | ||
78 | reg-shift = <1>; | ||
79 | reg-io-width = <1>; | ||
80 | interrupt-parent = <&gpio4>; | ||
81 | interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */ | ||
82 | clock-frequency = <1843200>; | ||
83 | current-speed = <115200>; | ||
26 | }; | 84 | }; |
27 | 85 | ||
28 | ethernet@gpmc { | 86 | ethernet@gpmc { |