1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Samsung's S5PV210 SoC device tree source 3 * Samsung's S5PV210 SoC device tree source 4 * 4 * 5 * Copyright (c) 2013-2014 Samsung Electronics 5 * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd. 6 * 6 * 7 * Mateusz Krawczuk <m.krawczuk@partner.samsung 7 * Mateusz Krawczuk <m.krawczuk@partner.samsung.com> 8 * Tomasz Figa <t.figa@samsung.com> 8 * Tomasz Figa <t.figa@samsung.com> 9 * 9 * 10 * Board device tree source for Samsung Goni b 10 * Board device tree source for Samsung Goni board. 11 */ 11 */ 12 12 13 /dts-v1/; 13 /dts-v1/; 14 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/interrupt-controller/irq 15 #include <dt-bindings/interrupt-controller/irq.h> 16 #include <dt-bindings/input/input.h> 16 #include <dt-bindings/input/input.h> 17 #include "s5pv210.dtsi" 17 #include "s5pv210.dtsi" 18 18 19 / { 19 / { 20 model = "Samsung Goni based on S5PC110 20 model = "Samsung Goni based on S5PC110"; 21 compatible = "samsung,goni", "samsung, 21 compatible = "samsung,goni", "samsung,s5pv210"; 22 22 23 aliases { 23 aliases { 24 i2c3 = &i2c_pmic; 24 i2c3 = &i2c_pmic; 25 }; 25 }; 26 26 27 chosen { 27 chosen { 28 bootargs = "console=ttySAC0,11 28 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p5 rw rootwait ignore_loglevel earlyprintk"; 29 }; 29 }; 30 30 31 memory@30000000 { 31 memory@30000000 { 32 device_type = "memory"; 32 device_type = "memory"; 33 reg = <0x30000000 0x05000000>, 33 reg = <0x30000000 0x05000000>, 34 <0x40000000 0x10000000 34 <0x40000000 0x10000000>, 35 <0x50000000 0x08000000 35 <0x50000000 0x08000000>; 36 }; 36 }; 37 37 38 pmic_ap_clk: clock-0 { 38 pmic_ap_clk: clock-0 { 39 /* Workaround for missing cloc 39 /* Workaround for missing clock on PMIC */ 40 compatible = "fixed-clock"; 40 compatible = "fixed-clock"; 41 #clock-cells = <0>; 41 #clock-cells = <0>; 42 clock-frequency = <32768>; 42 clock-frequency = <32768>; 43 }; 43 }; 44 44 45 vtf_reg: regulator-0 { 45 vtf_reg: regulator-0 { 46 compatible = "regulator-fixed" 46 compatible = "regulator-fixed"; 47 regulator-name = "V_TF_2.8V"; 47 regulator-name = "V_TF_2.8V"; 48 regulator-min-microvolt = <280 48 regulator-min-microvolt = <2800000>; 49 regulator-max-microvolt = <280 49 regulator-max-microvolt = <2800000>; 50 gpio = <&mp05 4 GPIO_ACTIVE_HI 50 gpio = <&mp05 4 GPIO_ACTIVE_HIGH>; 51 enable-active-high; 51 enable-active-high; 52 }; 52 }; 53 53 54 pda_reg: regulator-1 { 54 pda_reg: regulator-1 { 55 compatible = "regulator-fixed" 55 compatible = "regulator-fixed"; 56 regulator-name = "VCC_1.8V_PDA 56 regulator-name = "VCC_1.8V_PDA"; 57 regulator-min-microvolt = <180 57 regulator-min-microvolt = <1800000>; 58 regulator-max-microvolt = <180 58 regulator-max-microvolt = <1800000>; 59 }; 59 }; 60 60 61 bat_reg: regulator-2 { 61 bat_reg: regulator-2 { 62 compatible = "regulator-fixed" 62 compatible = "regulator-fixed"; 63 regulator-name = "V_BAT"; 63 regulator-name = "V_BAT"; 64 regulator-min-microvolt = <370 64 regulator-min-microvolt = <3700000>; 65 regulator-max-microvolt = <370 65 regulator-max-microvolt = <3700000>; 66 }; 66 }; 67 67 68 tsp_reg: regulator-3 { 68 tsp_reg: regulator-3 { 69 compatible = "regulator-fixed" 69 compatible = "regulator-fixed"; 70 regulator-name = "TSP_VDD"; 70 regulator-name = "TSP_VDD"; 71 regulator-min-microvolt = <280 71 regulator-min-microvolt = <2800000>; 72 regulator-max-microvolt = <280 72 regulator-max-microvolt = <2800000>; 73 gpio = <&gpj1 3 GPIO_ACTIVE_HI 73 gpio = <&gpj1 3 GPIO_ACTIVE_HIGH>; 74 enable-active-high; 74 enable-active-high; 75 }; 75 }; 76 76 77 i2c_pmic: i2c-pmic { 77 i2c_pmic: i2c-pmic { 78 compatible = "i2c-gpio"; 78 compatible = "i2c-gpio"; 79 sda-gpios = <&gpj4 0 GPIO_ACTI 79 sda-gpios = <&gpj4 0 GPIO_ACTIVE_HIGH>; 80 scl-gpios = <&gpj4 3 GPIO_ACTI 80 scl-gpios = <&gpj4 3 GPIO_ACTIVE_HIGH>; 81 i2c-gpio,delay-us = <2>; 81 i2c-gpio,delay-us = <2>; /* ~100 kHz */ 82 #address-cells = <1>; 82 #address-cells = <1>; 83 #size-cells = <0>; 83 #size-cells = <0>; 84 84 85 pmic@66 { 85 pmic@66 { 86 compatible = "national 86 compatible = "national,lp3974"; 87 reg = <0x66>; 87 reg = <0x66>; 88 88 89 max8998,pmic-buck1-def 89 max8998,pmic-buck1-default-dvs-idx = <0>; 90 max8998,pmic-buck1-dvs 90 max8998,pmic-buck1-dvs-gpios = <&gph0 3 GPIO_ACTIVE_HIGH>, 91 91 <&gph0 4 GPIO_ACTIVE_HIGH>; 92 max8998,pmic-buck1-dvs 92 max8998,pmic-buck1-dvs-voltage = <1200000>, <1200000>, 93 93 <1200000>, <1200000>; 94 94 95 max8998,pmic-buck2-def 95 max8998,pmic-buck2-default-dvs-idx = <0>; 96 max8998,pmic-buck2-dvs 96 max8998,pmic-buck2-dvs-gpio = <&gph0 5 GPIO_ACTIVE_HIGH>; 97 max8998,pmic-buck2-dvs 97 max8998,pmic-buck2-dvs-voltage = <1200000>, <1200000>; 98 98 99 regulators { 99 regulators { 100 ldo2_reg: LDO2 100 ldo2_reg: LDO2 { 101 regula 101 regulator-name = "VALIVE_1.1V"; 102 regula 102 regulator-min-microvolt = <1100000>; 103 regula 103 regulator-max-microvolt = <1100000>; 104 regula 104 regulator-always-on; 105 }; 105 }; 106 106 107 ldo3_reg: LDO3 107 ldo3_reg: LDO3 { 108 regula 108 regulator-name = "VUSB+MIPI_1.1V"; 109 regula 109 regulator-min-microvolt = <1100000>; 110 regula 110 regulator-max-microvolt = <1100000>; 111 regula 111 regulator-always-on; 112 }; 112 }; 113 113 114 ldo4_reg: LDO4 114 ldo4_reg: LDO4 { 115 regula 115 regulator-name = "VADC_3.3V"; 116 regula 116 regulator-min-microvolt = <3300000>; 117 regula 117 regulator-max-microvolt = <3300000>; 118 }; 118 }; 119 119 120 ldo5_reg: LDO5 120 ldo5_reg: LDO5 { 121 regula 121 regulator-name = "VTF_2.8V"; 122 regula 122 regulator-min-microvolt = <2800000>; 123 regula 123 regulator-max-microvolt = <2800000>; 124 }; 124 }; 125 125 126 ldo6_reg: LDO6 126 ldo6_reg: LDO6 { 127 regula 127 regulator-name = "VCC_3.3V"; 128 regula 128 regulator-min-microvolt = <3300000>; 129 regula 129 regulator-max-microvolt = <3300000>; 130 }; 130 }; 131 131 132 ldo7_reg: LDO7 132 ldo7_reg: LDO7 { 133 regula 133 regulator-name = "VLCD_1.8V"; 134 regula 134 regulator-min-microvolt = <1800000>; 135 regula 135 regulator-max-microvolt = <1800000>; 136 regula 136 regulator-always-on; 137 }; 137 }; 138 138 139 ldo8_reg: LDO8 139 ldo8_reg: LDO8 { 140 regula 140 regulator-name = "VUSB+VDAC_3.3V"; 141 regula 141 regulator-min-microvolt = <3300000>; 142 regula 142 regulator-max-microvolt = <3300000>; 143 }; 143 }; 144 144 145 ldo9_reg: LDO9 145 ldo9_reg: LDO9 { 146 regula 146 regulator-name = "VCC+VCAM_2.8V"; 147 regula 147 regulator-min-microvolt = <2800000>; 148 regula 148 regulator-max-microvolt = <2800000>; 149 }; 149 }; 150 150 151 ldo10_reg: LDO 151 ldo10_reg: LDO10 { 152 regula 152 regulator-name = "VPLL_1.1V"; 153 regula 153 regulator-min-microvolt = <1100000>; 154 regula 154 regulator-max-microvolt = <1100000>; 155 regula 155 regulator-boot-on; 156 }; 156 }; 157 157 158 ldo11_reg: LDO 158 ldo11_reg: LDO11 { 159 regula 159 regulator-name = "CAM_IO_2.8V"; 160 regula 160 regulator-min-microvolt = <2800000>; 161 regula 161 regulator-max-microvolt = <2800000>; 162 }; 162 }; 163 163 164 ldo12_reg: LDO 164 ldo12_reg: LDO12 { 165 regula 165 regulator-name = "CAM_ISP_1.2V"; 166 regula 166 regulator-min-microvolt = <1200000>; 167 regula 167 regulator-max-microvolt = <1200000>; 168 }; 168 }; 169 169 170 ldo13_reg: LDO 170 ldo13_reg: LDO13 { 171 regula 171 regulator-name = "CAM_A_2.8V"; 172 regula 172 regulator-min-microvolt = <2800000>; 173 regula 173 regulator-max-microvolt = <2800000>; 174 }; 174 }; 175 175 176 ldo14_reg: LDO 176 ldo14_reg: LDO14 { 177 regula 177 regulator-name = "CAM_CIF_1.8V"; 178 regula 178 regulator-min-microvolt = <1800000>; 179 regula 179 regulator-max-microvolt = <1800000>; 180 }; 180 }; 181 181 182 ldo15_reg: LDO 182 ldo15_reg: LDO15 { 183 regula 183 regulator-name = "CAM_AF_3.3V"; 184 regula 184 regulator-min-microvolt = <3300000>; 185 regula 185 regulator-max-microvolt = <3300000>; 186 }; 186 }; 187 187 188 ldo16_reg: LDO 188 ldo16_reg: LDO16 { 189 regula 189 regulator-name = "VMIPI_1.8V"; 190 regula 190 regulator-min-microvolt = <1800000>; 191 regula 191 regulator-max-microvolt = <1800000>; 192 }; 192 }; 193 193 194 ldo17_reg: LDO 194 ldo17_reg: LDO17 { 195 regula 195 regulator-name = "CAM_8M_1.8V"; 196 regula 196 regulator-min-microvolt = <1800000>; 197 regula 197 regulator-max-microvolt = <1800000>; 198 regula 198 regulator-always-on; 199 }; 199 }; 200 200 201 buck1_reg: BUC 201 buck1_reg: BUCK1 { 202 regula 202 regulator-name = "VARM_1.2V"; 203 regula 203 regulator-min-microvolt = <1200000>; 204 regula 204 regulator-max-microvolt = <1200000>; 205 }; 205 }; 206 206 207 buck2_reg: BUC 207 buck2_reg: BUCK2 { 208 regula 208 regulator-name = "VINT_1.2V"; 209 regula 209 regulator-min-microvolt = <1200000>; 210 regula 210 regulator-max-microvolt = <1200000>; 211 }; 211 }; 212 212 213 buck3_reg: BUC 213 buck3_reg: BUCK3 { 214 regula 214 regulator-name = "VCC_1.8V"; 215 regula 215 regulator-min-microvolt = <1800000>; 216 regula 216 regulator-max-microvolt = <1800000>; 217 regula 217 regulator-always-on; 218 }; 218 }; 219 219 220 buck4_reg: BUC 220 buck4_reg: BUCK4 { 221 regula 221 regulator-name = "CAM_CORE_1.2V"; 222 regula 222 regulator-min-microvolt = <1200000>; 223 regula 223 regulator-max-microvolt = <1200000>; 224 regula 224 regulator-always-on; 225 }; 225 }; 226 226 227 ap32khz_reg: E 227 ap32khz_reg: EN32KHz-AP { 228 regula 228 regulator-name = "32KHz AP"; 229 regula 229 regulator-always-on; 230 }; 230 }; 231 }; 231 }; 232 }; 232 }; 233 }; 233 }; 234 234 235 gpio-keys { 235 gpio-keys { 236 compatible = "gpio-keys"; 236 compatible = "gpio-keys"; 237 237 238 power-key { 238 power-key { 239 gpios = <&gph2 6 1>; 239 gpios = <&gph2 6 1>; 240 linux,code = <KEY_POWE 240 linux,code = <KEY_POWER>; 241 label = "power"; 241 label = "power"; 242 debounce-interval = <1 242 debounce-interval = <1>; 243 wakeup-source; 243 wakeup-source; 244 }; 244 }; 245 }; 245 }; 246 }; 246 }; 247 247 248 &xusbxti { 248 &xusbxti { 249 clock-frequency = <24000000>; 249 clock-frequency = <24000000>; 250 }; 250 }; 251 251 252 &keypad { 252 &keypad { 253 linux,input-no-autorepeat; 253 linux,input-no-autorepeat; 254 wakeup-source; 254 wakeup-source; 255 samsung,keypad-num-rows = <3>; 255 samsung,keypad-num-rows = <3>; 256 samsung,keypad-num-columns = <3>; 256 samsung,keypad-num-columns = <3>; 257 pinctrl-names = "default"; 257 pinctrl-names = "default"; 258 pinctrl-0 = <&keypad_row0>, <&keypad_r 258 pinctrl-0 = <&keypad_row0>, <&keypad_row1>, <&keypad_row2>, 259 <&keypad_col0>, <&keyp 259 <&keypad_col0>, <&keypad_col1>, <&keypad_col2>; 260 status = "okay"; 260 status = "okay"; 261 261 262 key-1 { 262 key-1 { 263 keypad,row = <0>; 263 keypad,row = <0>; 264 keypad,column = <1>; 264 keypad,column = <1>; 265 linux,code = <KEY_CONNECT>; 265 linux,code = <KEY_CONNECT>; 266 }; 266 }; 267 267 268 key-2 { 268 key-2 { 269 keypad,row = <0>; 269 keypad,row = <0>; 270 keypad,column = <2>; 270 keypad,column = <2>; 271 linux,code = <KEY_BACK>; 271 linux,code = <KEY_BACK>; 272 }; 272 }; 273 273 274 key-3 { 274 key-3 { 275 keypad,row = <1>; 275 keypad,row = <1>; 276 keypad,column = <1>; 276 keypad,column = <1>; 277 linux,code = <KEY_CAMERA_FOCUS 277 linux,code = <KEY_CAMERA_FOCUS>; 278 }; 278 }; 279 279 280 key-4 { 280 key-4 { 281 keypad,row = <1>; 281 keypad,row = <1>; 282 keypad,column = <2>; 282 keypad,column = <2>; 283 linux,code = <KEY_VOLUMEUP>; 283 linux,code = <KEY_VOLUMEUP>; 284 }; 284 }; 285 285 286 key-5 { 286 key-5 { 287 keypad,row = <2>; 287 keypad,row = <2>; 288 keypad,column = <1>; 288 keypad,column = <1>; 289 linux,code = <KEY_CAMERA>; 289 linux,code = <KEY_CAMERA>; 290 }; 290 }; 291 291 292 key-6 { 292 key-6 { 293 keypad,row = <2>; 293 keypad,row = <2>; 294 keypad,column = <2>; 294 keypad,column = <2>; 295 linux,code = <KEY_VOLUMEDOWN>; 295 linux,code = <KEY_VOLUMEDOWN>; 296 }; 296 }; 297 }; 297 }; 298 298 299 &uart0 { 299 &uart0 { 300 status = "okay"; 300 status = "okay"; 301 }; 301 }; 302 302 303 &uart1 { 303 &uart1 { 304 status = "okay"; 304 status = "okay"; 305 }; 305 }; 306 306 307 &uart2 { 307 &uart2 { 308 status = "okay"; 308 status = "okay"; 309 }; 309 }; 310 310 311 &uart3 { 311 &uart3 { 312 status = "okay"; 312 status = "okay"; 313 }; 313 }; 314 314 315 &rtc { 315 &rtc { 316 clocks = <&clocks CLK_RTC>, <&pmic_ap_ 316 clocks = <&clocks CLK_RTC>, <&pmic_ap_clk>; 317 clock-names = "rtc", "rtc_src"; 317 clock-names = "rtc", "rtc_src"; 318 }; 318 }; 319 319 320 &sdhci0 { 320 &sdhci0 { 321 bus-width = <4>; 321 bus-width = <4>; 322 non-removable; 322 non-removable; 323 vmmc-supply = <&ldo5_reg>; 323 vmmc-supply = <&ldo5_reg>; 324 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd 324 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus1 &sd0_bus4>; 325 pinctrl-names = "default"; 325 pinctrl-names = "default"; 326 status = "okay"; 326 status = "okay"; 327 }; 327 }; 328 328 329 &sdhci2 { 329 &sdhci2 { 330 bus-width = <4>; 330 bus-width = <4>; 331 cd-gpios = <&gph3 4 1>; 331 cd-gpios = <&gph3 4 1>; 332 vmmc-supply = <&vtf_reg>; 332 vmmc-supply = <&vtf_reg>; 333 cd-inverted; 333 cd-inverted; 334 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bu 334 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>; 335 pinctrl-names = "default"; 335 pinctrl-names = "default"; 336 status = "okay"; 336 status = "okay"; 337 }; 337 }; 338 338 339 &hsotg { 339 &hsotg { 340 vusb_a-supply = <&ldo3_reg>; 340 vusb_a-supply = <&ldo3_reg>; 341 vusb_d-supply = <&ldo8_reg>; 341 vusb_d-supply = <&ldo8_reg>; 342 dr_mode = "peripheral"; 342 dr_mode = "peripheral"; 343 status = "okay"; 343 status = "okay"; 344 }; 344 }; 345 345 346 &usbphy { 346 &usbphy { 347 status = "okay"; 347 status = "okay"; 348 }; 348 }; 349 349 350 &i2c2 { 350 &i2c2 { 351 samsung,i2c-sda-delay = <100>; 351 samsung,i2c-sda-delay = <100>; 352 samsung,i2c-max-bus-freq = <400000>; 352 samsung,i2c-max-bus-freq = <400000>; 353 samsung,i2c-slave-addr = <0x10>; 353 samsung,i2c-slave-addr = <0x10>; 354 status = "okay"; 354 status = "okay"; 355 355 356 touchscreen@4a { 356 touchscreen@4a { 357 compatible = "atmel,maxtouch"; 357 compatible = "atmel,maxtouch"; 358 reg = <0x4a>; 358 reg = <0x4a>; 359 interrupt-parent = <&gpj0>; 359 interrupt-parent = <&gpj0>; 360 interrupts = <5 IRQ_TYPE_EDGE_ 360 interrupts = <5 IRQ_TYPE_EDGE_FALLING>; 361 vdd-supply = <&tsp_reg>; 361 vdd-supply = <&tsp_reg>; 362 }; 362 }; 363 }; 363 }; 364 364 365 &i2c0 { 365 &i2c0 { 366 samsung,i2c-sda-delay = <100>; 366 samsung,i2c-sda-delay = <100>; 367 samsung,i2c-max-bus-freq = <100000>; 367 samsung,i2c-max-bus-freq = <100000>; 368 samsung,i2c-slave-addr = <0x10>; 368 samsung,i2c-slave-addr = <0x10>; 369 status = "okay"; 369 status = "okay"; 370 370 371 noon010pc30: sensor@30 { 371 noon010pc30: sensor@30 { 372 compatible = "siliconfile,noon 372 compatible = "siliconfile,noon010pc30"; 373 reg = <0x30>; 373 reg = <0x30>; 374 vddio-supply = <&ldo11_reg>; 374 vddio-supply = <&ldo11_reg>; 375 vdda-supply = <&ldo13_reg>; 375 vdda-supply = <&ldo13_reg>; 376 vdd_core-supply = <&ldo14_reg> 376 vdd_core-supply = <&ldo14_reg>; 377 377 378 clock-frequency = <16000000>; 378 clock-frequency = <16000000>; 379 clocks = <&camera 0>; 379 clocks = <&camera 0>; 380 clock-names = "mclk"; 380 clock-names = "mclk"; 381 nreset-gpios = <&gpb 2 GPIO_AC 381 nreset-gpios = <&gpb 2 GPIO_ACTIVE_HIGH>; 382 nstby-gpios = <&gpb 0 GPIO_ACT 382 nstby-gpios = <&gpb 0 GPIO_ACTIVE_HIGH>; 383 383 384 port { 384 port { 385 noon010pc30_ep: endpoi 385 noon010pc30_ep: endpoint { 386 remote-endpoin 386 remote-endpoint = <&fimc0_ep>; 387 bus-width = <8 387 bus-width = <8>; 388 hsync-active = 388 hsync-active = <0>; 389 vsync-active = 389 vsync-active = <1>; 390 pclk-sample = 390 pclk-sample = <1>; 391 }; 391 }; 392 }; 392 }; 393 }; 393 }; 394 }; 394 }; 395 395 396 &camera { 396 &camera { 397 pinctrl-0 = <&cam_port_a_io &cam_port_ 397 pinctrl-0 = <&cam_port_a_io &cam_port_a_clk_active>; 398 pinctrl-1 = <&cam_port_a_io &cam_port_ 398 pinctrl-1 = <&cam_port_a_io &cam_port_a_clk_idle>; 399 pinctrl-names = "default", "idle"; 399 pinctrl-names = "default", "idle"; 400 400 401 parallel-ports { 401 parallel-ports { 402 #address-cells = <1>; 402 #address-cells = <1>; 403 #size-cells = <0>; 403 #size-cells = <0>; 404 404 405 /* camera A input */ 405 /* camera A input */ 406 port@1 { 406 port@1 { 407 reg = <1>; 407 reg = <1>; 408 fimc0_ep: endpoint { 408 fimc0_ep: endpoint { 409 remote-endpoin 409 remote-endpoint = <&noon010pc30_ep>; 410 bus-width = <8 410 bus-width = <8>; 411 hsync-active = 411 hsync-active = <1>; 412 vsync-active = 412 vsync-active = <1>; 413 pclk-sample = 413 pclk-sample = <0>; 414 }; 414 }; 415 }; 415 }; 416 }; 416 }; 417 }; 417 }; 418 418 419 &fimd { 419 &fimd { 420 pinctrl-0 = <&lcd_clk &lcd_data24>; 420 pinctrl-0 = <&lcd_clk &lcd_data24>; 421 pinctrl-names = "default"; 421 pinctrl-names = "default"; 422 status = "okay"; 422 status = "okay"; 423 423 424 display-timings { 424 display-timings { 425 native-mode = <&timing0>; 425 native-mode = <&timing0>; 426 timing0: timing { 426 timing0: timing { 427 /* 480x800@55Hz */ 427 /* 480x800@55Hz */ 428 clock-frequency = <234 428 clock-frequency = <23439570>; 429 hactive = <480>; 429 hactive = <480>; 430 hfront-porch = <16>; 430 hfront-porch = <16>; 431 hback-porch = <16>; 431 hback-porch = <16>; 432 hsync-len = <2>; 432 hsync-len = <2>; 433 vactive = <800>; 433 vactive = <800>; 434 vback-porch = <2>; 434 vback-porch = <2>; 435 vfront-porch = <28>; 435 vfront-porch = <28>; 436 vsync-len = <1>; 436 vsync-len = <1>; 437 hsync-active = <0>; 437 hsync-active = <0>; 438 vsync-active = <0>; 438 vsync-active = <0>; 439 de-active = <0>; 439 de-active = <0>; 440 pixelclk-active = <0>; 440 pixelclk-active = <0>; 441 }; 441 }; 442 }; 442 }; 443 }; 443 }; 444 444 445 &onenand { 445 &onenand { 446 status = "okay"; 446 status = "okay"; 447 }; 447 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.