1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
7 #include "omap34xx.dtsi"
10 model = "TI OMAP3430 SDP";
11 compatible = "ti,omap3430-sdp", "ti,omap3430", "ti,omap3";
14 device_type = "memory";
15 reg = <0x80000000 0x10000000>; /* 256 MB */
20 clock-frequency = <2600000>;
24 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
28 #include "twl4030.dtsi"
29 #include "twl4030_omap3.dtsi"
32 vmmc-supply = <&vmmc1>;
33 vqmmc-supply = <&vsim>;
35 * S6-3 must be in ON position for 8 bit mode to function
36 * Else, use 4 bit mode
50 ranges = <0 0 0x10000000 0x08000000>,
51 <1 0 0x28000000 0x1000000>, /* CS1: 16MB for NAND */
52 <2 0 0x20000000 0x1000000>; /* CS2: 16MB for OneNAND */
55 compatible = "cfi-flash";
56 linux,mtd-name= "intel,pf48f6000m0y1be";
59 reg = <0 0 0x08000000>;
62 gpmc,mux-add-data = <2>;
64 gpmc,cs-rd-off-ns = <186>;
65 gpmc,cs-wr-off-ns = <186>;
66 gpmc,adv-on-ns = <12>;
67 gpmc,adv-rd-off-ns = <48>;
68 gpmc,adv-wr-off-ns = <48>;
70 gpmc,oe-off-ns = <168>;
72 gpmc,we-off-ns = <168>;
73 gpmc,rd-cycle-ns = <186>;
74 gpmc,wr-cycle-ns = <186>;
75 gpmc,access-ns = <114>;
76 gpmc,page-burst-access-ns = <6>;
77 gpmc,bus-turnaround-ns = <12>;
78 gpmc,cycle2cycle-delay-ns = <18>;
79 gpmc,wr-data-mux-bus-ns = <90>;
80 gpmc,wr-access-ns = <186>;
81 gpmc,cycle2cycle-samecsen;
82 gpmc,cycle2cycle-diffcsen;
85 label = "bootloader-nor";
90 reg = <0x40000 0x40000>;
94 reg = <0x80000 0x200000>;
97 label = "filesystem-nor";
98 reg = <0x240000 0x7d80000>;
103 compatible = "ti,omap2-nand";
104 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
105 interrupt-parent = <&gpmc>;
106 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
107 <1 IRQ_TYPE_NONE>; /* termcount */
108 linux,mtd-name= "micron,mt29f1g08abb";
109 #address-cells = <1>;
111 ti,nand-ecc-opt = "sw";
112 nand-bus-width = <8>;
114 gpmc,cs-rd-off-ns = <36>;
115 gpmc,cs-wr-off-ns = <36>;
116 gpmc,adv-on-ns = <6>;
117 gpmc,adv-rd-off-ns = <24>;
118 gpmc,adv-wr-off-ns = <36>;
120 gpmc,oe-off-ns = <48>;
122 gpmc,we-off-ns = <30>;
123 gpmc,rd-cycle-ns = <72>;
124 gpmc,wr-cycle-ns = <72>;
125 gpmc,access-ns = <54>;
126 gpmc,wr-access-ns = <30>;
129 label = "xloader-nand";
133 label = "bootloader-nand";
134 reg = <0x80000 0x140000>;
137 label = "params-nand";
138 reg = <0x1c0000 0xc0000>;
141 label = "kernel-nand";
142 reg = <0x280000 0x500000>;
145 label = "filesystem-nand";
146 reg = <0x780000 0x7880000>;
151 linux,mtd-name= "samsung,kfm2g16q2m-deb8";
152 #address-cells = <1>;
154 compatible = "ti,omap2-onenand";
155 reg = <2 0 0x20000>; /* CS2, offset 0, IO size 4 */
157 gpmc,device-width = <2>;
158 gpmc,mux-add-data = <2>;
160 gpmc,cs-rd-off-ns = <84>;
161 gpmc,cs-wr-off-ns = <72>;
162 gpmc,adv-on-ns = <0>;
163 gpmc,adv-rd-off-ns = <18>;
164 gpmc,adv-wr-off-ns = <18>;
165 gpmc,oe-on-ns = <30>;
166 gpmc,oe-off-ns = <84>;
168 gpmc,we-off-ns = <42>;
169 gpmc,rd-cycle-ns = <108>;
170 gpmc,wr-cycle-ns = <96>;
171 gpmc,access-ns = <78>;
172 gpmc,wr-data-mux-bus-ns = <30>;
175 label = "xloader-onenand";
179 label = "bootloader-onenand";
180 reg = <0x80000 0x40000>;
183 label = "params-onenand";
184 reg = <0xc0000 0x20000>;
187 label = "kernel-onenand";
188 reg = <0xe0000 0x200000>;
191 label = "filesystem-onenand";
192 reg = <0x2e0000 0xfd20000>;