1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2018 B&R Industrial Automation GmbH
4 * http://www.br-automation.com
12 model = "BRPPT1 (NAND) Panel";
13 compatible = "ti,am33xx";
15 fset: factory-settings {
16 bl-version = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456890";
18 order-no = "6PPT30 (NAND)";
19 hw-revision = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456890";
27 ds1bkl0 = &pwmbacklight;
37 bootargs = "console=ttyO0,115200 earlyprintk";
42 device_type = "memory";
43 reg = <0x80000000 0x10000000>; /* 256 MB */
49 compatible = "ti,tilcdc,panel";
50 enable-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
52 backlight = <&pwmbacklight>;
53 bkl-pwm = <&pwmbacklight>;
69 native-mode = <&timing0>;
71 clock-frequency = <32000000>;
88 vmmcsd_fixed: fixedregulator@0 {
89 compatible = "regulator-fixed";
90 regulator-name = "vmmcsd_fixed";
91 regulator-min-microvolt = <3300000>;
92 regulator-max-microvolt = <3300000>;
95 pwm0: omap-pwm@timer5 {
96 compatible = "ti,omap-dmtimer-pwm";
97 ti,timers = <&timer5>;
101 pwm1: omap-pwm@timer6 {
102 compatible = "ti,omap-dmtimer-pwm";
103 ti,timers = <&timer6>;
108 compatible = "pwm-beeper";
109 pwms = <&pwm0 0 0 0>;
112 pwmbacklight: pwm-bkl {
113 compatible = "pwm-backlight";
114 pwms = <&pwm1 0 5000000 0>;
116 default-brightness-level = <255>;
117 brightness-levels = <0 16 32 64 128 170 202 234 255>;
119 power-supply = <&vmmcsd_fixed>;
120 enable-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
124 &uart0 { /* console uart */
136 clock-frequency = <400000>;
138 tps: tps@24 { /* PMIC controller */
141 compatible = "ti,tps65217";
144 compatible = "ti,tps65217-bl";
145 isel = <1>; /* 1 - ISET1, 2 ISET2 */
146 fdim = <1000>; /* TPS65217_BL_FDIM_1kHZ */
147 default-brightness = <50>;
154 clock-frequency = <100000>;
194 phy0: ethernet-phy@0 {
198 phy1: ethernet-phy@1 {
209 phy-handle = <&phy0>;
210 dual_emac_res_vlan = <1>;
215 phy-handle = <&phy1>;
216 dual_emac_res_vlan = <2>;
221 vmmc-supply = <&vmmcsd_fixed>;
224 ti,needs-special-hs-handling;
225 ti,vcc-aux-disable-is-sleep;
285 ti,x-plate-resistance = <200>;
286 ti,zx-cutoff-ratio = <40>;
287 ti,min_deviation = <60>;
288 ti,max_deviation = <600>;
289 ti,coordinate-readouts = <5>;
290 ti,wire-config = <0x00 0x11 0x22 0x33>;
298 ti,adc-channels = <5 6 7>;
305 pinctrl-names = "default";
306 ranges = <0 0 0x08000000 0x10000000>; /* CS0: NAND */
308 compatible = "ti,omap2-nand";
309 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
310 interrupt-parent = <&gpmc>;
311 rb-gpios = <&gpmc 1 GPIO_ACTIVE_HIGH>; /* gpmc_wait1 */
312 ti,nand-ecc-opt = "bch8";
314 nand-bus-width = <8>;
315 gpmc,device-width = <1>;
316 gpmc,sync-clk-ps = <0>;
318 gpmc,cs-rd-off-ns = <44>;
319 gpmc,cs-wr-off-ns = <44>;
320 gpmc,adv-on-ns = <6>;
321 gpmc,adv-rd-off-ns = <34>;
322 gpmc,adv-wr-off-ns = <44>;
324 gpmc,we-off-ns = <40>;
326 gpmc,oe-off-ns = <54>;
327 gpmc,access-ns = <64>;
328 gpmc,rd-cycle-ns = <82>;
329 gpmc,wr-cycle-ns = <82>;
330 gpmc,wait-on-read = "true";
331 gpmc,wait-on-write = "true";
332 gpmc,bus-turnaround-ns = <0>;
333 gpmc,cycle2cycle-delay-ns = <0>;
334 gpmc,clk-activation-ns = <0>;
335 gpmc,wait-monitoring-ns = <0>;
336 gpmc,wr-access-ns = <40>;
337 gpmc,wr-data-mux-bus-ns = <0>;
339 #address-cells = <1>;
343 reg = <0x00000000 0x000020000>;
346 label = "NAND.cfgscr";
347 reg = <0x00020000 0x00020000>;
351 reg = <0x00040000 0x00020000>;
354 label = "NAND.u-boot-env";
355 reg = <0x00060000 0x00020000>;
358 label = "NAND.u-boot";
359 reg = <0x00080000 0x00080000>;
362 label = "NAND.kernel";
363 reg = <0x00100000 0x00400000>;
366 label = "NAND.rootfs";
367 reg = <0x00500000 0x08000000>;
371 reg = <0x08500000 0x17b00000>;