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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3328-rock64.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/arm64/rockchip/rk3328-rock64.dts (Architecture i386) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3328-rock64.dts (Architecture alpha)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (c) 2017 PINE64                        3  * Copyright (c) 2017 PINE64
  4  */                                                 4  */
  5                                                     5 
  6 /dts-v1/;                                           6 /dts-v1/;
  7 #include "rk3328.dtsi"                              7 #include "rk3328.dtsi"
  8                                                     8 
  9 / {                                                 9 / {
 10         model = "Pine64 Rock64";                   10         model = "Pine64 Rock64";
 11         compatible = "pine64,rock64", "rockchi     11         compatible = "pine64,rock64", "rockchip,rk3328";
 12                                                    12 
 13         aliases {                                  13         aliases {
 14                 ethernet0 = &gmac2io;              14                 ethernet0 = &gmac2io;
 15                 mmc0 = &sdmmc;                     15                 mmc0 = &sdmmc;
 16                 mmc1 = &emmc;                      16                 mmc1 = &emmc;
 17         };                                         17         };
 18                                                    18 
 19         chosen {                                   19         chosen {
 20                 stdout-path = "serial2:1500000     20                 stdout-path = "serial2:1500000n8";
 21         };                                         21         };
 22                                                    22 
 23         gmac_clkin: external-gmac-clock {          23         gmac_clkin: external-gmac-clock {
 24                 compatible = "fixed-clock";        24                 compatible = "fixed-clock";
 25                 clock-frequency = <125000000>;     25                 clock-frequency = <125000000>;
 26                 clock-output-names = "gmac_clk     26                 clock-output-names = "gmac_clkin";
 27                 #clock-cells = <0>;                27                 #clock-cells = <0>;
 28         };                                         28         };
 29                                                    29 
 30         vcc_sd: sdmmc-regulator {                  30         vcc_sd: sdmmc-regulator {
 31                 compatible = "regulator-fixed"     31                 compatible = "regulator-fixed";
 32                 gpio = <&gpio0 RK_PD6 GPIO_ACT     32                 gpio = <&gpio0 RK_PD6 GPIO_ACTIVE_LOW>;
 33                 pinctrl-names = "default";         33                 pinctrl-names = "default";
 34                 pinctrl-0 = <&sdmmc0m1_pin>;       34                 pinctrl-0 = <&sdmmc0m1_pin>;
 35                 regulator-name = "vcc_sd";         35                 regulator-name = "vcc_sd";
 36                 regulator-min-microvolt = <330     36                 regulator-min-microvolt = <3300000>;
 37                 regulator-max-microvolt = <330     37                 regulator-max-microvolt = <3300000>;
 38                 vin-supply = <&vcc_io>;            38                 vin-supply = <&vcc_io>;
 39         };                                         39         };
 40                                                    40 
 41         /* Common enable line for all of the r     41         /* Common enable line for all of the rails mentioned in the labels */
 42         vcc_host_5v: vcc_host1_5v: vcc_otg_5v:     42         vcc_host_5v: vcc_host1_5v: vcc_otg_5v: vcc-host-5v-regulator {
 43                 compatible = "regulator-fixed"     43                 compatible = "regulator-fixed";
 44                 gpio = <&gpio0 RK_PA2 GPIO_ACT     44                 gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_LOW>;
 45                 pinctrl-names = "default";         45                 pinctrl-names = "default";
 46                 pinctrl-0 = <&usb20_host_drv>;     46                 pinctrl-0 = <&usb20_host_drv>;
 47                 regulator-name = "vcc_host_5v"     47                 regulator-name = "vcc_host_5v";
 48                 regulator-always-on;               48                 regulator-always-on;
 49                 regulator-boot-on;                 49                 regulator-boot-on;
 50                 vin-supply = <&vcc_sys>;           50                 vin-supply = <&vcc_sys>;
 51         };                                         51         };
 52                                                    52 
 53         vcc_sys: vcc-sys {                         53         vcc_sys: vcc-sys {
 54                 compatible = "regulator-fixed"     54                 compatible = "regulator-fixed";
 55                 regulator-name = "vcc_sys";        55                 regulator-name = "vcc_sys";
 56                 regulator-always-on;               56                 regulator-always-on;
 57                 regulator-boot-on;                 57                 regulator-boot-on;
 58                 regulator-min-microvolt = <500     58                 regulator-min-microvolt = <5000000>;
 59                 regulator-max-microvolt = <500     59                 regulator-max-microvolt = <5000000>;
 60         };                                         60         };
 61                                                    61 
 62         ir-receiver {                              62         ir-receiver {
 63                 compatible = "gpio-ir-receiver     63                 compatible = "gpio-ir-receiver";
 64                 gpios = <&gpio2 RK_PA2 GPIO_AC     64                 gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
 65                 pinctrl-0 = <&ir_int>;             65                 pinctrl-0 = <&ir_int>;
 66                 pinctrl-names = "default";         66                 pinctrl-names = "default";
 67         };                                         67         };
 68                                                    68 
 69         leds {                                     69         leds {
 70                 compatible = "gpio-leds";          70                 compatible = "gpio-leds";
 71                                                    71 
 72                 power_led: led-0 {                 72                 power_led: led-0 {
 73                         gpios = <&rk805 1 GPIO     73                         gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
 74                         linux,default-trigger      74                         linux,default-trigger = "mmc0";
 75                 };                                 75                 };
 76                                                    76 
 77                 standby_led: led-1 {               77                 standby_led: led-1 {
 78                         gpios = <&rk805 0 GPIO     78                         gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
 79                         linux,default-trigger      79                         linux,default-trigger = "heartbeat";
 80                 };                                 80                 };
 81         };                                         81         };
 82                                                    82 
 83         spdif_sound: spdif-sound {                 83         spdif_sound: spdif-sound {
 84                 compatible = "simple-audio-car     84                 compatible = "simple-audio-card";
 85                 simple-audio-card,name = "SPDI     85                 simple-audio-card,name = "SPDIF";
 86                                                    86 
 87                 simple-audio-card,cpu {            87                 simple-audio-card,cpu {
 88                         sound-dai = <&spdif>;      88                         sound-dai = <&spdif>;
 89                 };                                 89                 };
 90                                                    90 
 91                 simple-audio-card,codec {          91                 simple-audio-card,codec {
 92                         sound-dai = <&spdif_di     92                         sound-dai = <&spdif_dit>;
 93                 };                                 93                 };
 94         };                                         94         };
 95                                                    95 
 96         spdif_dit: spdif-dit {                     96         spdif_dit: spdif-dit {
 97                 compatible = "linux,spdif-dit"     97                 compatible = "linux,spdif-dit";
 98                 #sound-dai-cells = <0>;            98                 #sound-dai-cells = <0>;
 99         };                                         99         };
100 };                                                100 };
101                                                   101 
102 &analog_sound {                                   102 &analog_sound {
103         status = "okay";                          103         status = "okay";
104 };                                                104 };
105                                                   105 
106 &codec {                                          106 &codec {
107         mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_    107         mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>;
108         status = "okay";                          108         status = "okay";
109 };                                                109 };
110                                                   110 
111 &cpu0 {                                           111 &cpu0 {
112         cpu-supply = <&vdd_arm>;                  112         cpu-supply = <&vdd_arm>;
113 };                                                113 };
114                                                   114 
115 &cpu1 {                                           115 &cpu1 {
116         cpu-supply = <&vdd_arm>;                  116         cpu-supply = <&vdd_arm>;
117 };                                                117 };
118                                                   118 
119 &cpu2 {                                           119 &cpu2 {
120         cpu-supply = <&vdd_arm>;                  120         cpu-supply = <&vdd_arm>;
121 };                                                121 };
122                                                   122 
123 &cpu3 {                                           123 &cpu3 {
124         cpu-supply = <&vdd_arm>;                  124         cpu-supply = <&vdd_arm>;
125 };                                                125 };
126                                                   126 
127 &emmc {                                           127 &emmc {
128         bus-width = <8>;                          128         bus-width = <8>;
129         cap-mmc-highspeed;                        129         cap-mmc-highspeed;
130         mmc-hs200-1_8v;                           130         mmc-hs200-1_8v;
131         non-removable;                            131         non-removable;
132         pinctrl-names = "default";                132         pinctrl-names = "default";
133         pinctrl-0 = <&emmc_clk &emmc_cmd &emmc    133         pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
134         vmmc-supply = <&vcc_io>;                  134         vmmc-supply = <&vcc_io>;
135         vqmmc-supply = <&vcc18_emmc>;             135         vqmmc-supply = <&vcc18_emmc>;
136         status = "okay";                          136         status = "okay";
137 };                                                137 };
138                                                   138 
139 &gmac2io {                                        139 &gmac2io {
140         assigned-clocks = <&cru SCLK_MAC2IO>,     140         assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
141         assigned-clock-parents = <&gmac_clkin>    141         assigned-clock-parents = <&gmac_clkin>, <&gmac_clkin>;
142         clock_in_out = "input";                   142         clock_in_out = "input";
143         phy-supply = <&vcc_io>;                   143         phy-supply = <&vcc_io>;
144         phy-mode = "rgmii";                       144         phy-mode = "rgmii";
145         pinctrl-names = "default";                145         pinctrl-names = "default";
146         pinctrl-0 = <&rgmiim1_pins>;              146         pinctrl-0 = <&rgmiim1_pins>;
147         snps,force_thresh_dma_mode;               147         snps,force_thresh_dma_mode;
148         snps,reset-gpio = <&gpio1 RK_PC2 GPIO_    148         snps,reset-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
149         snps,reset-active-low;                    149         snps,reset-active-low;
150         snps,reset-delays-us = <0 10000 50000>    150         snps,reset-delays-us = <0 10000 50000>;
151         tx_delay = <0x24>;                        151         tx_delay = <0x24>;
152         rx_delay = <0x18>;                        152         rx_delay = <0x18>;
153         status = "okay";                          153         status = "okay";
154 };                                                154 };
155                                                   155 
156 &hdmi {                                           156 &hdmi {
157         avdd-0v9-supply = <&vdd_10>;              157         avdd-0v9-supply = <&vdd_10>;
158         avdd-1v8-supply = <&vcc_18>;              158         avdd-1v8-supply = <&vcc_18>;
159         status = "okay";                          159         status = "okay";
160 };                                                160 };
161                                                   161 
162 &hdmi_sound {                                     162 &hdmi_sound {
163         status = "okay";                          163         status = "okay";
164 };                                                164 };
165                                                   165 
166 &hdmiphy {                                        166 &hdmiphy {
167         status = "okay";                          167         status = "okay";
168 };                                                168 };
169                                                   169 
170 &i2c1 {                                           170 &i2c1 {
171         status = "okay";                          171         status = "okay";
172                                                   172 
173         rk805: pmic@18 {                          173         rk805: pmic@18 {
174                 compatible = "rockchip,rk805";    174                 compatible = "rockchip,rk805";
175                 reg = <0x18>;                     175                 reg = <0x18>;
176                 interrupt-parent = <&gpio2>;      176                 interrupt-parent = <&gpio2>;
177                 interrupts = <6 IRQ_TYPE_LEVEL    177                 interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
178                 #clock-cells = <1>;               178                 #clock-cells = <1>;
179                 clock-output-names = "xin32k",    179                 clock-output-names = "xin32k", "rk805-clkout2";
180                 gpio-controller;                  180                 gpio-controller;
181                 #gpio-cells = <2>;                181                 #gpio-cells = <2>;
182                 pinctrl-names = "default";        182                 pinctrl-names = "default";
183                 pinctrl-0 = <&pmic_int_l>;        183                 pinctrl-0 = <&pmic_int_l>;
184                 rockchip,system-power-controll    184                 rockchip,system-power-controller;
185                 wakeup-source;                    185                 wakeup-source;
186                                                   186 
187                 vcc1-supply = <&vcc_sys>;         187                 vcc1-supply = <&vcc_sys>;
188                 vcc2-supply = <&vcc_sys>;         188                 vcc2-supply = <&vcc_sys>;
189                 vcc3-supply = <&vcc_sys>;         189                 vcc3-supply = <&vcc_sys>;
190                 vcc4-supply = <&vcc_sys>;         190                 vcc4-supply = <&vcc_sys>;
191                 vcc5-supply = <&vcc_io>;          191                 vcc5-supply = <&vcc_io>;
192                 vcc6-supply = <&vcc_sys>;         192                 vcc6-supply = <&vcc_sys>;
193                                                   193 
194                 regulators {                      194                 regulators {
195                         vdd_logic: DCDC_REG1 {    195                         vdd_logic: DCDC_REG1 {
196                                 regulator-name    196                                 regulator-name = "vdd_logic";
197                                 regulator-min-    197                                 regulator-min-microvolt = <712500>;
198                                 regulator-max-    198                                 regulator-max-microvolt = <1450000>;
199                                 regulator-ramp    199                                 regulator-ramp-delay = <12500>;
200                                 regulator-alwa    200                                 regulator-always-on;
201                                 regulator-boot    201                                 regulator-boot-on;
202                                 regulator-stat    202                                 regulator-state-mem {
203                                         regula    203                                         regulator-on-in-suspend;
204                                         regula    204                                         regulator-suspend-microvolt = <1000000>;
205                                 };                205                                 };
206                         };                        206                         };
207                                                   207 
208                         vdd_arm: DCDC_REG2 {      208                         vdd_arm: DCDC_REG2 {
209                                 regulator-name    209                                 regulator-name = "vdd_arm";
210                                 regulator-min-    210                                 regulator-min-microvolt = <712500>;
211                                 regulator-max-    211                                 regulator-max-microvolt = <1450000>;
212                                 regulator-ramp    212                                 regulator-ramp-delay = <12500>;
213                                 regulator-alwa    213                                 regulator-always-on;
214                                 regulator-boot    214                                 regulator-boot-on;
215                                 regulator-stat    215                                 regulator-state-mem {
216                                         regula    216                                         regulator-on-in-suspend;
217                                         regula    217                                         regulator-suspend-microvolt = <950000>;
218                                 };                218                                 };
219                         };                        219                         };
220                                                   220 
221                         vcc_ddr: DCDC_REG3 {      221                         vcc_ddr: DCDC_REG3 {
222                                 regulator-name    222                                 regulator-name = "vcc_ddr";
223                                 regulator-alwa    223                                 regulator-always-on;
224                                 regulator-boot    224                                 regulator-boot-on;
225                                 regulator-stat    225                                 regulator-state-mem {
226                                         regula    226                                         regulator-on-in-suspend;
227                                 };                227                                 };
228                         };                        228                         };
229                                                   229 
230                         vcc_io: DCDC_REG4 {       230                         vcc_io: DCDC_REG4 {
231                                 regulator-name    231                                 regulator-name = "vcc_io";
232                                 regulator-min-    232                                 regulator-min-microvolt = <3300000>;
233                                 regulator-max-    233                                 regulator-max-microvolt = <3300000>;
234                                 regulator-alwa    234                                 regulator-always-on;
235                                 regulator-boot    235                                 regulator-boot-on;
236                                 regulator-stat    236                                 regulator-state-mem {
237                                         regula    237                                         regulator-on-in-suspend;
238                                         regula    238                                         regulator-suspend-microvolt = <3300000>;
239                                 };                239                                 };
240                         };                        240                         };
241                                                   241 
242                         vcc_18: LDO_REG1 {        242                         vcc_18: LDO_REG1 {
243                                 regulator-name    243                                 regulator-name = "vcc_18";
244                                 regulator-min-    244                                 regulator-min-microvolt = <1800000>;
245                                 regulator-max-    245                                 regulator-max-microvolt = <1800000>;
246                                 regulator-alwa    246                                 regulator-always-on;
247                                 regulator-boot    247                                 regulator-boot-on;
248                                 regulator-stat    248                                 regulator-state-mem {
249                                         regula    249                                         regulator-on-in-suspend;
250                                         regula    250                                         regulator-suspend-microvolt = <1800000>;
251                                 };                251                                 };
252                         };                        252                         };
253                                                   253 
254                         vcc18_emmc: LDO_REG2 {    254                         vcc18_emmc: LDO_REG2 {
255                                 regulator-name    255                                 regulator-name = "vcc18_emmc";
256                                 regulator-min-    256                                 regulator-min-microvolt = <1800000>;
257                                 regulator-max-    257                                 regulator-max-microvolt = <1800000>;
258                                 regulator-alwa    258                                 regulator-always-on;
259                                 regulator-boot    259                                 regulator-boot-on;
260                                 regulator-stat    260                                 regulator-state-mem {
261                                         regula    261                                         regulator-on-in-suspend;
262                                         regula    262                                         regulator-suspend-microvolt = <1800000>;
263                                 };                263                                 };
264                         };                        264                         };
265                                                   265 
266                         vdd_10: LDO_REG3 {        266                         vdd_10: LDO_REG3 {
267                                 regulator-name    267                                 regulator-name = "vdd_10";
268                                 regulator-min-    268                                 regulator-min-microvolt = <1000000>;
269                                 regulator-max-    269                                 regulator-max-microvolt = <1000000>;
270                                 regulator-alwa    270                                 regulator-always-on;
271                                 regulator-boot    271                                 regulator-boot-on;
272                                 regulator-stat    272                                 regulator-state-mem {
273                                         regula    273                                         regulator-on-in-suspend;
274                                         regula    274                                         regulator-suspend-microvolt = <1000000>;
275                                 };                275                                 };
276                         };                        276                         };
277                 };                                277                 };
278         };                                        278         };
279 };                                                279 };
280                                                   280 
281 &i2s0 {                                           281 &i2s0 {
282         status = "okay";                          282         status = "okay";
283 };                                                283 };
284                                                   284 
285 &i2s1 {                                           285 &i2s1 {
286         status = "okay";                          286         status = "okay";
287 };                                                287 };
288                                                   288 
289 &io_domains {                                     289 &io_domains {
290         status = "okay";                          290         status = "okay";
291                                                   291 
292         vccio1-supply = <&vcc_io>;                292         vccio1-supply = <&vcc_io>;
293         vccio2-supply = <&vcc18_emmc>;            293         vccio2-supply = <&vcc18_emmc>;
294         vccio3-supply = <&vcc_io>;                294         vccio3-supply = <&vcc_io>;
295         vccio4-supply = <&vcc_18>;                295         vccio4-supply = <&vcc_18>;
296         vccio5-supply = <&vcc_io>;                296         vccio5-supply = <&vcc_io>;
297         vccio6-supply = <&vcc_io>;                297         vccio6-supply = <&vcc_io>;
298         pmuio-supply = <&vcc_io>;                 298         pmuio-supply = <&vcc_io>;
299 };                                                299 };
300                                                   300 
301 &pinctrl {                                        301 &pinctrl {
302         ir {                                      302         ir {
303                 ir_int: ir-int {                  303                 ir_int: ir-int {
304                         rockchip,pins = <2 RK_    304                         rockchip,pins = <2 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
305                 };                                305                 };
306         };                                        306         };
307                                                   307 
308         pmic {                                    308         pmic {
309                 pmic_int_l: pmic-int-l {          309                 pmic_int_l: pmic-int-l {
310                         rockchip,pins = <2 RK_    310                         rockchip,pins = <2 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
311                 };                                311                 };
312         };                                        312         };
313                                                   313 
314         usb2 {                                    314         usb2 {
315                 usb20_host_drv: usb20-host-drv    315                 usb20_host_drv: usb20-host-drv {
316                         rockchip,pins = <0 RK_    316                         rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
317                 };                                317                 };
318         };                                        318         };
319 };                                                319 };
320                                                   320 
321 &sdmmc {                                          321 &sdmmc {
322         bus-width = <4>;                          322         bus-width = <4>;
323         cap-mmc-highspeed;                        323         cap-mmc-highspeed;
324         cap-sd-highspeed;                         324         cap-sd-highspeed;
325         disable-wp;                               325         disable-wp;
326         max-frequency = <150000000>;              326         max-frequency = <150000000>;
327         pinctrl-names = "default";                327         pinctrl-names = "default";
328         pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &    328         pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
329         vmmc-supply = <&vcc_sd>;                  329         vmmc-supply = <&vcc_sd>;
330         status = "okay";                          330         status = "okay";
331 };                                                331 };
332                                                   332 
333 &spdif {                                          333 &spdif {
334         pinctrl-0 = <&spdifm0_tx>;                334         pinctrl-0 = <&spdifm0_tx>;
335         status = "okay";                          335         status = "okay";
336 };                                                336 };
337                                                   337 
338 &spi0 {                                           338 &spi0 {
339         status = "okay";                          339         status = "okay";
340                                                   340 
341         flash@0 {                                 341         flash@0 {
342                 compatible = "jedec,spi-nor";     342                 compatible = "jedec,spi-nor";
343                 reg = <0>;                        343                 reg = <0>;
344                                                   344 
345                 /* maximum speed for Rockchip     345                 /* maximum speed for Rockchip SPI */
346                 spi-max-frequency = <50000000>    346                 spi-max-frequency = <50000000>;
347         };                                        347         };
348 };                                                348 };
349                                                   349 
350 &tsadc {                                          350 &tsadc {
351         rockchip,hw-tshut-mode = <0>;             351         rockchip,hw-tshut-mode = <0>;
352         rockchip,hw-tshut-polarity = <0>;         352         rockchip,hw-tshut-polarity = <0>;
353         status = "okay";                          353         status = "okay";
354 };                                                354 };
355                                                   355 
356 &uart2 {                                          356 &uart2 {
357         status = "okay";                          357         status = "okay";
358 };                                                358 };
359                                                   359 
360 &u2phy {                                          360 &u2phy {
361         status = "okay";                          361         status = "okay";
362                                                   362 
363         u2phy_host: host-port {                   363         u2phy_host: host-port {
364                 status = "okay";                  364                 status = "okay";
365         };                                        365         };
366                                                   366 
367         u2phy_otg: otg-port {                     367         u2phy_otg: otg-port {
368                 status = "okay";                  368                 status = "okay";
369         };                                        369         };
370 };                                                370 };
371                                                   371 
372 &usb20_otg {                                      372 &usb20_otg {
373         dr_mode = "host";                         373         dr_mode = "host";
374         status = "okay";                          374         status = "okay";
375 };                                                375 };
376                                                   376 
377 &usbdrd3 {                                        377 &usbdrd3 {
378         dr_mode = "host";                         378         dr_mode = "host";
379         status = "okay";                          379         status = "okay";
380 };                                                380 };
381                                                   381 
382 &usb_host0_ehci {                                 382 &usb_host0_ehci {
383         status = "okay";                          383         status = "okay";
384 };                                                384 };
385                                                   385 
386 &usb_host0_ohci {                                 386 &usb_host0_ohci {
387         status = "okay";                          387         status = "okay";
388 };                                                388 };
389                                                   389 
390 &vop {                                            390 &vop {
391         status = "okay";                          391         status = "okay";
392 };                                                392 };
393                                                   393 
394 &vop_mmu {                                        394 &vop_mmu {
395         status = "okay";                          395         status = "okay";
396 };                                                396 };
                                                      

~ [ 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