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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3328-roc-cc.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-roc-cc.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3328-roc-cc.dts (Version linux-5.4.285)


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

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