~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nxp/lpc/lpc3250-phy3250.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm/nxp/lpc/lpc3250-phy3250.dts (Architecture i386) and /scripts/dtc/include-prefixes/arm/nxp/lpc/lpc3250-phy3250.dts (Architecture sparc)


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * PHYTEC phyCORE-LPC3250 board                     3  * PHYTEC phyCORE-LPC3250 board
  4  *                                                  4  *
  5  * Copyright (C) 2015-2019 Vladimir Zapolskiy <      5  * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com>
  6  * Copyright 2012 Roland Stigge <stigge@antcom.      6  * Copyright 2012 Roland Stigge <stigge@antcom.de>
  7  */                                                 7  */
  8                                                     8 
  9 /dts-v1/;                                           9 /dts-v1/;
 10 #include "lpc32xx.dtsi"                            10 #include "lpc32xx.dtsi"
 11                                                    11 
 12 / {                                                12 / {
 13         model = "PHYTEC phyCORE-LPC3250 board      13         model = "PHYTEC phyCORE-LPC3250 board based on NXP LPC3250";
 14         compatible = "phytec,phy3250", "nxp,lp     14         compatible = "phytec,phy3250", "nxp,lpc3250";
 15                                                    15 
 16         memory@80000000 {                          16         memory@80000000 {
 17                 device_type = "memory";            17                 device_type = "memory";
 18                 reg = <0x80000000 0x4000000>;      18                 reg = <0x80000000 0x4000000>;
 19         };                                         19         };
 20                                                    20 
 21         leds {                                     21         leds {
 22                 compatible = "gpio-leds";          22                 compatible = "gpio-leds";
 23                                                    23 
 24                 led0 { /* red */                   24                 led0 { /* red */
 25                         gpios = <&gpio 5 1 0>;     25                         gpios = <&gpio 5 1 0>; /* GPO_P3 1, GPIO 80, active high */
 26                         default-state = "off";     26                         default-state = "off";
 27                 };                                 27                 };
 28                                                    28 
 29                 led1 { /* green */                 29                 led1 { /* green */
 30                         gpios = <&gpio 5 14 0>     30                         gpios = <&gpio 5 14 0>; /* GPO_P3 14, GPIO 93, active high */
 31                         linux,default-trigger      31                         linux,default-trigger = "heartbeat";
 32                 };                                 32                 };
 33         };                                         33         };
 34                                                    34 
 35         panel: panel {                             35         panel: panel {
 36                 compatible = "sharp,lq035q7db0     36                 compatible = "sharp,lq035q7db03";
 37                 power-supply = <&reg_lcd>;         37                 power-supply = <&reg_lcd>;
 38                                                    38 
 39                 port {                             39                 port {
 40                         panel_input: endpoint      40                         panel_input: endpoint {
 41                                 remote-endpoin     41                                 remote-endpoint = <&cldc_output>;
 42                         };                         42                         };
 43                 };                                 43                 };
 44         };                                         44         };
 45                                                    45 
 46         reg_backlight: regulator-backlight {       46         reg_backlight: regulator-backlight {
 47                 compatible = "regulator-fixed"     47                 compatible = "regulator-fixed";
 48                 regulator-name = "backlight";      48                 regulator-name = "backlight";
 49                 regulator-min-microvolt = <180     49                 regulator-min-microvolt = <1800000>;
 50                 regulator-max-microvolt = <180     50                 regulator-max-microvolt = <1800000>;
 51                 gpio = <&gpio 5 4 0>;              51                 gpio = <&gpio 5 4 0>;
 52                 enable-active-high;                52                 enable-active-high;
 53                 regulator-boot-on;                 53                 regulator-boot-on;
 54         };                                         54         };
 55                                                    55 
 56         reg_lcd: regulator-lcd {                   56         reg_lcd: regulator-lcd {
 57                 compatible = "regulator-fixed"     57                 compatible = "regulator-fixed";
 58                 regulator-name = "lcd";            58                 regulator-name = "lcd";
 59                 regulator-min-microvolt = <180     59                 regulator-min-microvolt = <1800000>;
 60                 regulator-max-microvolt = <180     60                 regulator-max-microvolt = <1800000>;
 61                 gpio = <&gpio 5 0 0>;              61                 gpio = <&gpio 5 0 0>;
 62                 enable-active-high;                62                 enable-active-high;
 63                 regulator-boot-on;                 63                 regulator-boot-on;
 64         };                                         64         };
 65                                                    65 
 66         reg_sd: regulator-sd {                     66         reg_sd: regulator-sd {
 67                 compatible = "regulator-fixed"     67                 compatible = "regulator-fixed";
 68                 regulator-name = "sd";             68                 regulator-name = "sd";
 69                 regulator-min-microvolt = <330     69                 regulator-min-microvolt = <3300000>;
 70                 regulator-max-microvolt = <330     70                 regulator-max-microvolt = <3300000>;
 71                 gpio = <&gpio 5 5 0>;              71                 gpio = <&gpio 5 5 0>;
 72                 enable-active-high;                72                 enable-active-high;
 73                 regulator-boot-on;                 73                 regulator-boot-on;
 74         };                                         74         };
 75 };                                                 75 };
 76                                                    76 
 77 &clcd {                                            77 &clcd {
 78         max-memory-bandwidth = <18710000>;         78         max-memory-bandwidth = <18710000>;
 79         status = "okay";                           79         status = "okay";
 80                                                    80 
 81         port {                                     81         port {
 82                 cldc_output: endpoint {            82                 cldc_output: endpoint {
 83                         remote-endpoint = <&pa     83                         remote-endpoint = <&panel_input>;
 84                         arm,pl11x,tft-r0g0b0-p     84                         arm,pl11x,tft-r0g0b0-pads = <0 8 16>;
 85                 };                                 85                 };
 86         };                                         86         };
 87 };                                                 87 };
 88                                                    88 
 89 &i2c1 {                                            89 &i2c1 {
 90         clock-frequency = <100000>;                90         clock-frequency = <100000>;
 91                                                    91 
 92         uda1380: uda1380@18 {                      92         uda1380: uda1380@18 {
 93                 compatible = "nxp,uda1380";        93                 compatible = "nxp,uda1380";
 94                 reg = <0x18>;                      94                 reg = <0x18>;
 95                 power-gpio = <&gpio 3 10 0>;       95                 power-gpio = <&gpio 3 10 0>;
 96                 reset-gpio = <&gpio 3 2 0>;        96                 reset-gpio = <&gpio 3 2 0>;
 97                 dac-clk = "wspll";                 97                 dac-clk = "wspll";
 98         };                                         98         };
 99                                                    99 
100         pcf8563: rtc@51 {                         100         pcf8563: rtc@51 {
101                 compatible = "nxp,pcf8563";       101                 compatible = "nxp,pcf8563";
102                 reg = <0x51>;                     102                 reg = <0x51>;
103         };                                        103         };
104 };                                                104 };
105                                                   105 
106 &i2c2 {                                           106 &i2c2 {
107         clock-frequency = <100000>;               107         clock-frequency = <100000>;
108 };                                                108 };
109                                                   109 
110 &i2cusb {                                         110 &i2cusb {
111         clock-frequency = <100000>;               111         clock-frequency = <100000>;
112                                                   112 
113         isp1301: usb-transceiver@2c {             113         isp1301: usb-transceiver@2c {
114                 compatible = "nxp,isp1301";       114                 compatible = "nxp,isp1301";
115                 reg = <0x2c>;                     115                 reg = <0x2c>;
116         };                                        116         };
117 };                                                117 };
118                                                   118 
119 &key {                                            119 &key {
120         keypad,num-rows = <1>;                    120         keypad,num-rows = <1>;
121         keypad,num-columns = <1>;                 121         keypad,num-columns = <1>;
122         nxp,debounce-delay-ms = <3>;              122         nxp,debounce-delay-ms = <3>;
123         nxp,scan-delay-ms = <34>;                 123         nxp,scan-delay-ms = <34>;
124         linux,keymap = <0x00000002>;              124         linux,keymap = <0x00000002>;
125         status = "okay";                          125         status = "okay";
126 };                                                126 };
127                                                   127 
128 &mac {                                            128 &mac {
129         phy-mode = "rmii";                        129         phy-mode = "rmii";
130         use-iram;                                 130         use-iram;
131         status = "okay";                          131         status = "okay";
132 };                                                132 };
133                                                   133 
134 /* Here, choose exactly one from: ohci, usbd *    134 /* Here, choose exactly one from: ohci, usbd */
135 &ohci /* &usbd */ {                               135 &ohci /* &usbd */ {
136         transceiver = <&isp1301>;                 136         transceiver = <&isp1301>;
137         status = "okay";                          137         status = "okay";
138 };                                                138 };
139                                                   139 
140 &sd {                                             140 &sd {
141         wp-gpios = <&gpio 3 0 0>;                 141         wp-gpios = <&gpio 3 0 0>;
142         cd-gpios = <&gpio 3 1 0>;                 142         cd-gpios = <&gpio 3 1 0>;
143         cd-inverted;                              143         cd-inverted;
144         bus-width = <4>;                          144         bus-width = <4>;
145         vmmc-supply = <&reg_sd>;                  145         vmmc-supply = <&reg_sd>;
146         status = "okay";                          146         status = "okay";
147 };                                                147 };
148                                                   148 
149 /* 64MB Flash via SLC NAND controller */          149 /* 64MB Flash via SLC NAND controller */
150 &slc {                                            150 &slc {
151         status = "okay";                          151         status = "okay";
152                                                   152 
153         nxp,wdr-clks = <14>;                      153         nxp,wdr-clks = <14>;
154         nxp,wwidth = <40000000>;                  154         nxp,wwidth = <40000000>;
155         nxp,whold = <100000000>;                  155         nxp,whold = <100000000>;
156         nxp,wsetup = <100000000>;                 156         nxp,wsetup = <100000000>;
157         nxp,rdr-clks = <14>;                      157         nxp,rdr-clks = <14>;
158         nxp,rwidth = <40000000>;                  158         nxp,rwidth = <40000000>;
159         nxp,rhold = <66666666>;                   159         nxp,rhold = <66666666>;
160         nxp,rsetup = <100000000>;                 160         nxp,rsetup = <100000000>;
161         nand-on-flash-bbt;                        161         nand-on-flash-bbt;
162         gpios = <&gpio 5 19 1>; /* GPO_P3 19,     162         gpios = <&gpio 5 19 1>; /* GPO_P3 19, active low */
163                                                   163 
164         partitions {                              164         partitions {
165                 compatible = "fixed-partitions    165                 compatible = "fixed-partitions";
166                 #address-cells = <1>;             166                 #address-cells = <1>;
167                 #size-cells = <1>;                167                 #size-cells = <1>;
168                                                   168 
169                 mtd0@0 {                          169                 mtd0@0 {
170                         label = "phy3250-boot"    170                         label = "phy3250-boot";
171                         reg = <0x00000000 0x00    171                         reg = <0x00000000 0x00064000>;
172                         read-only;                172                         read-only;
173                 };                                173                 };
174                                                   174 
175                 mtd1@64000 {                      175                 mtd1@64000 {
176                         label = "phy3250-uboot    176                         label = "phy3250-uboot";
177                         reg = <0x00064000 0x00    177                         reg = <0x00064000 0x00190000>;
178                         read-only;                178                         read-only;
179                 };                                179                 };
180                                                   180 
181                 mtd2@1f4000 {                     181                 mtd2@1f4000 {
182                         label = "phy3250-ubt-p    182                         label = "phy3250-ubt-prms";
183                         reg = <0x001f4000 0x00    183                         reg = <0x001f4000 0x00010000>;
184                 };                                184                 };
185                                                   185 
186                 mtd3@204000 {                     186                 mtd3@204000 {
187                         label = "phy3250-kerne    187                         label = "phy3250-kernel";
188                         reg = <0x00204000 0x00    188                         reg = <0x00204000 0x00400000>;
189                 };                                189                 };
190                                                   190 
191                 mtd4@604000 {                     191                 mtd4@604000 {
192                         label = "phy3250-rootf    192                         label = "phy3250-rootfs";
193                         reg = <0x00604000 0x03    193                         reg = <0x00604000 0x039fc000>;
194                 };                                194                 };
195         };                                        195         };
196 };                                                196 };
197                                                   197 
198 &ssp0 {                                           198 &ssp0 {
199         num-cs = <1>;                             199         num-cs = <1>;
200         cs-gpios = <&gpio 3 5 0>;                 200         cs-gpios = <&gpio 3 5 0>;
201         status = "okay";                          201         status = "okay";
202                                                   202 
203         eeprom: at25@0 {                          203         eeprom: at25@0 {
204                 compatible = "atmel,at25";        204                 compatible = "atmel,at25";
205                 reg = <0>;                        205                 reg = <0>;
206                 spi-max-frequency = <5000000>;    206                 spi-max-frequency = <5000000>;
207                                                   207 
208                 pl022,interface = <0>;            208                 pl022,interface = <0>;
209                 pl022,com-mode = <0>;             209                 pl022,com-mode = <0>;
210                 pl022,rx-level-trig = <1>;        210                 pl022,rx-level-trig = <1>;
211                 pl022,tx-level-trig = <1>;        211                 pl022,tx-level-trig = <1>;
212                 pl022,ctrl-len = <11>;            212                 pl022,ctrl-len = <11>;
213                 pl022,wait-state = <0>;           213                 pl022,wait-state = <0>;
214                 pl022,duplex = <0>;               214                 pl022,duplex = <0>;
215                                                   215 
216                 at25,byte-len = <0x8000>;         216                 at25,byte-len = <0x8000>;
217                 at25,addr-mode = <2>;             217                 at25,addr-mode = <2>;
218                 at25,page-size = <64>;            218                 at25,page-size = <64>;
219         };                                        219         };
220 };                                                220 };
221                                                   221 
222 &tsc {                                            222 &tsc {
223         status = "okay";                          223         status = "okay";
224 };                                                224 };
225                                                   225 
226 &uart2 {                                          226 &uart2 {
227         status = "okay";                          227         status = "okay";
228 };                                                228 };
229                                                   229 
230 &uart3 {                                          230 &uart3 {
231         status = "okay";                          231         status = "okay";
232 };                                                232 };
233                                                   233 
234 &uart5 {                                          234 &uart5 {
235         status = "okay";                          235         status = "okay";
236 };                                                236 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php