1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * PHYTEC phyCORE-LPC3250 board
5 * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com>
6 * Copyright 2012 Roland Stigge <stigge@antcom.de>
10 #include "lpc32xx.dtsi"
13 model = "PHYTEC phyCORE-LPC3250 board based on NXP LPC3250";
14 compatible = "phytec,phy3250", "nxp,lpc3250";
17 device_type = "memory";
18 reg = <0x80000000 0x4000000>;
22 compatible = "gpio-leds";
25 gpios = <&gpio 5 1 0>; /* GPO_P3 1, GPIO 80, active high */
26 default-state = "off";
30 gpios = <&gpio 5 14 0>; /* GPO_P3 14, GPIO 93, active high */
31 linux,default-trigger = "heartbeat";
36 compatible = "sharp,lq035q7db03";
37 power-supply = <®_lcd>;
40 panel_input: endpoint {
41 remote-endpoint = <&cldc_output>;
46 reg_backlight: regulator-backlight {
47 compatible = "regulator-fixed";
48 regulator-name = "backlight";
49 regulator-min-microvolt = <1800000>;
50 regulator-max-microvolt = <1800000>;
56 reg_lcd: regulator-lcd {
57 compatible = "regulator-fixed";
58 regulator-name = "lcd";
59 regulator-min-microvolt = <1800000>;
60 regulator-max-microvolt = <1800000>;
66 reg_sd: regulator-sd {
67 compatible = "regulator-fixed";
68 regulator-name = "sd";
69 regulator-min-microvolt = <3300000>;
70 regulator-max-microvolt = <3300000>;
78 max-memory-bandwidth = <18710000>;
82 cldc_output: endpoint {
83 remote-endpoint = <&panel_input>;
84 arm,pl11x,tft-r0g0b0-pads = <0 8 16>;
90 clock-frequency = <100000>;
93 compatible = "nxp,uda1380";
95 power-gpio = <&gpio 3 10 0>;
96 reset-gpio = <&gpio 3 2 0>;
101 compatible = "nxp,pcf8563";
107 clock-frequency = <100000>;
111 clock-frequency = <100000>;
113 isp1301: usb-transceiver@2c {
114 compatible = "nxp,isp1301";
120 keypad,num-rows = <1>;
121 keypad,num-columns = <1>;
122 nxp,debounce-delay-ms = <3>;
123 nxp,scan-delay-ms = <34>;
124 linux,keymap = <0x00000002>;
134 /* Here, choose exactly one from: ohci, usbd */
136 transceiver = <&isp1301>;
141 wp-gpios = <&gpio 3 0 0>;
142 cd-gpios = <&gpio 3 1 0>;
145 vmmc-supply = <®_sd>;
149 /* 64MB Flash via SLC NAND controller */
154 nxp,wwidth = <40000000>;
155 nxp,whold = <100000000>;
156 nxp,wsetup = <100000000>;
158 nxp,rwidth = <40000000>;
159 nxp,rhold = <66666666>;
160 nxp,rsetup = <100000000>;
162 gpios = <&gpio 5 19 1>; /* GPO_P3 19, active low */
165 compatible = "fixed-partitions";
166 #address-cells = <1>;
170 label = "phy3250-boot";
171 reg = <0x00000000 0x00064000>;
176 label = "phy3250-uboot";
177 reg = <0x00064000 0x00190000>;
182 label = "phy3250-ubt-prms";
183 reg = <0x001f4000 0x00010000>;
187 label = "phy3250-kernel";
188 reg = <0x00204000 0x00400000>;
192 label = "phy3250-rootfs";
193 reg = <0x00604000 0x039fc000>;
200 cs-gpios = <&gpio 3 5 0>;
204 compatible = "atmel,at25";
206 spi-max-frequency = <5000000>;
208 pl022,interface = <0>;
209 pl022,com-mode = <0>;
210 pl022,rx-level-trig = <1>;
211 pl022,tx-level-trig = <1>;
212 pl022,ctrl-len = <11>;
213 pl022,wait-state = <0>;
216 at25,byte-len = <0x8000>;
217 at25,addr-mode = <2>;
218 at25,page-size = <64>;