1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Device Tree Source for the Kingfisher (ULCB 3 * Device Tree Source for the Kingfisher (ULCB extension) board 4 * 4 * 5 * Copyright (C) 2017 Renesas Electronics Corp 5 * Copyright (C) 2017 Renesas Electronics Corp. 6 * Copyright (C) 2017 Cogent Embedded, Inc. 6 * Copyright (C) 2017 Cogent Embedded, Inc. 7 */ 7 */ 8 8 9 / { 9 / { 10 aliases { 10 aliases { 11 serial1 = &hscif0; 11 serial1 = &hscif0; 12 serial2 = &scif1; 12 serial2 = &scif1; 13 serial3 = &hscif1; << 14 mmc2 = &sdhi3; 13 mmc2 = &sdhi3; 15 }; 14 }; 16 15 17 clksndsel: clksndsel { 16 clksndsel: clksndsel { 18 #clock-cells = <0>; 17 #clock-cells = <0>; 19 compatible = "gpio-mux-clock"; 18 compatible = "gpio-mux-clock"; 20 clocks = <&cs2000>, <&audio_cl 19 clocks = <&cs2000>, <&audio_clk_a>; /* clk8snd, clksnd */ 21 select-gpios = <&gpio_exp_75 1 20 select-gpios = <&gpio_exp_75 13 GPIO_ACTIVE_HIGH>; 22 }; 21 }; 23 22 24 hdmi1-out { 23 hdmi1-out { 25 compatible = "hdmi-connector"; 24 compatible = "hdmi-connector"; 26 type = "a"; 25 type = "a"; 27 26 28 port { 27 port { 29 hdmi1_con: endpoint { 28 hdmi1_con: endpoint { 30 remote-endpoin 29 remote-endpoint = <&adv7513_out>; 31 }; 30 }; 32 }; 31 }; 33 }; 32 }; 34 33 35 reg_t1p8v: regulator-t1p8v { !! 34 accel_3v3: regulator-acc-3v3 { 36 compatible = "regulator-fixed" 35 compatible = "regulator-fixed"; 37 regulator-name = "T1.8V"; !! 36 regulator-name = "accel-3v3"; >> 37 regulator-min-microvolt = <3300000>; >> 38 regulator-max-microvolt = <3300000>; >> 39 }; >> 40 >> 41 hdmi_1v8: regulator-hdmi-1v8 { >> 42 compatible = "regulator-fixed"; >> 43 regulator-name = "hdmi-1v8"; 38 regulator-min-microvolt = <180 44 regulator-min-microvolt = <1800000>; 39 regulator-max-microvolt = <180 45 regulator-max-microvolt = <1800000>; 40 regulator-boot-on; << 41 regulator-always-on; << 42 }; 46 }; 43 47 44 pcie_1v5: regulator-pcie-1v5 { !! 48 hdmi_3v3: regulator-hdmi-3v3 { 45 compatible = "regulator-fixed" 49 compatible = "regulator-fixed"; 46 regulator-name = "pcie-1v5"; !! 50 regulator-name = "hdmi-3v3"; 47 regulator-min-microvolt = <150 !! 51 regulator-min-microvolt = <3300000>; 48 regulator-max-microvolt = <150 !! 52 regulator-max-microvolt = <3300000>; 49 gpio = <&gpio_exp_77 15 GPIO_A << 50 enable-active-high; << 51 }; 53 }; 52 54 53 pcie_3v3: regulator-pcie-3v3 { !! 55 snd_3p3v: regulator-snd_3p3v { 54 compatible = "regulator-fixed" 56 compatible = "regulator-fixed"; 55 regulator-name = "pcie-3v3"; !! 57 regulator-name = "snd-3.3v"; 56 regulator-min-microvolt = <330 58 regulator-min-microvolt = <3300000>; 57 regulator-max-microvolt = <330 59 regulator-max-microvolt = <3300000>; 58 gpio = <&gpio_exp_77 14 GPIO_A << 59 enable-active-high; << 60 }; 60 }; 61 61 62 reg_5v: regulator-5v { !! 62 snd_vcc5v: regulator-snd_vcc5v { 63 compatible = "regulator-fixed" 63 compatible = "regulator-fixed"; 64 regulator-name = "fixed-5V"; !! 64 regulator-name = "snd-vcc5v"; 65 regulator-min-microvolt = <500 65 regulator-min-microvolt = <5000000>; 66 regulator-max-microvolt = <500 66 regulator-max-microvolt = <5000000>; 67 regulator-boot-on; << 68 regulator-always-on; << 69 }; 67 }; 70 68 71 wlan_en: regulator-wlan_en { 69 wlan_en: regulator-wlan_en { 72 compatible = "regulator-fixed" 70 compatible = "regulator-fixed"; 73 regulator-name = "wlan-en-regu 71 regulator-name = "wlan-en-regulator"; 74 72 75 regulator-min-microvolt = <330 73 regulator-min-microvolt = <3300000>; 76 regulator-max-microvolt = <330 74 regulator-max-microvolt = <3300000>; 77 75 78 gpio = <&gpio_exp_74 4 GPIO_AC 76 gpio = <&gpio_exp_74 4 GPIO_ACTIVE_HIGH>; 79 startup-delay-us = <70000>; 77 startup-delay-us = <70000>; 80 enable-active-high; 78 enable-active-high; 81 }; 79 }; 82 }; 80 }; 83 81 84 &can0 { 82 &can0 { 85 pinctrl-0 = <&can0_pins>; 83 pinctrl-0 = <&can0_pins>; 86 pinctrl-names = "default"; 84 pinctrl-names = "default"; 87 status = "okay"; 85 status = "okay"; 88 }; 86 }; 89 87 90 &can1 { 88 &can1 { 91 pinctrl-0 = <&can1_pins>; 89 pinctrl-0 = <&can1_pins>; 92 pinctrl-names = "default"; 90 pinctrl-names = "default"; 93 status = "okay"; 91 status = "okay"; 94 }; 92 }; 95 93 96 &du { 94 &du { 97 ports { 95 ports { 98 port@0 { 96 port@0 { 99 du_out_rgb: endpoint { 97 du_out_rgb: endpoint { 100 remote-endpoin 98 remote-endpoint = <&adv7513_in>; 101 }; 99 }; 102 }; 100 }; 103 }; 101 }; 104 }; 102 }; 105 103 106 &ehci0 { 104 &ehci0 { 107 dr_mode = "otg"; 105 dr_mode = "otg"; 108 status = "okay"; 106 status = "okay"; 109 }; 107 }; 110 108 111 &hscif0 { 109 &hscif0 { 112 pinctrl-0 = <&hscif0_pins>; 110 pinctrl-0 = <&hscif0_pins>; 113 pinctrl-names = "default"; 111 pinctrl-names = "default"; 114 uart-has-rtscts; 112 uart-has-rtscts; 115 113 116 status = "okay"; 114 status = "okay"; 117 }; 115 }; 118 116 119 &hscif1 { << 120 pinctrl-0 = <&hscif1_pins>; << 121 pinctrl-names = "default"; << 122 uart-has-rtscts; << 123 << 124 status = "okay"; << 125 }; << 126 << 127 &hsusb { 117 &hsusb { 128 dr_mode = "otg"; 118 dr_mode = "otg"; 129 status = "okay"; 119 status = "okay"; 130 }; 120 }; 131 121 132 &i2c2 { 122 &i2c2 { 133 i2cmux2: i2c-mux@71 { 123 i2cmux2: i2c-mux@71 { 134 compatible = "nxp,pca9548"; 124 compatible = "nxp,pca9548"; 135 #address-cells = <1>; 125 #address-cells = <1>; 136 #size-cells = <0>; 126 #size-cells = <0>; 137 reg = <0x71>; 127 reg = <0x71>; 138 reset-gpios = <&gpio5 3 GPIO_A 128 reset-gpios = <&gpio5 3 GPIO_ACTIVE_LOW>; 139 129 140 /* HDMIoSDA, HDMIoSCL */ 130 /* HDMIoSDA, HDMIoSCL */ 141 i2c@4 { 131 i2c@4 { 142 #address-cells = <1>; 132 #address-cells = <1>; 143 #size-cells = <0>; 133 #size-cells = <0>; 144 reg = <4>; 134 reg = <4>; 145 135 146 hdmi@3d { 136 hdmi@3d { 147 compatible = " 137 compatible = "adi,adv7513"; 148 reg = <0x3d>; 138 reg = <0x3d>; 149 139 150 pinctrl-0 = <& 140 pinctrl-0 = <&hdmi1_pins>; 151 pinctrl-names 141 pinctrl-names = "default"; 152 142 153 interrupt-pare 143 interrupt-parent = <&gpio2>; 154 interrupts = < 144 interrupts = <14 IRQ_TYPE_LEVEL_LOW>; 155 145 156 clocks = <&cs2 146 clocks = <&cs2000>; 157 clock-names = 147 clock-names = "cec"; 158 148 159 pd-gpios = <&g 149 pd-gpios = <&gpio_exp_75 5 GPIO_ACTIVE_LOW>; 160 150 161 avdd-supply = !! 151 avdd-supply = <&hdmi_1v8>; 162 dvdd-supply = !! 152 dvdd-supply = <&hdmi_1v8>; 163 pvdd-supply = !! 153 pvdd-supply = <&hdmi_1v8>; 164 dvdd-3v-supply !! 154 dvdd-3v-supply = <&hdmi_3v3>; 165 bgvdd-supply = !! 155 bgvdd-supply = <&hdmi_1v8>; 166 156 167 adi,input-dept 157 adi,input-depth = <8>; 168 adi,input-colo 158 adi,input-colorspace = "rgb"; 169 adi,input-cloc 159 adi,input-clock = "1x"; 170 160 171 ports { 161 ports { 172 #addre 162 #address-cells = <1>; 173 #size- 163 #size-cells = <0>; 174 164 175 port@0 165 port@0 { 176 166 reg = <0>; 177 167 adv7513_in: endpoint { 178 168 remote-endpoint = <&du_out_rgb>; 179 169 }; 180 }; 170 }; 181 171 182 port@1 172 port@1 { 183 173 reg = <1>; 184 174 adv7513_out: endpoint { 185 175 remote-endpoint = <&hdmi1_con>; 186 176 }; 187 }; 177 }; 188 }; 178 }; 189 }; 179 }; 190 }; 180 }; 191 181 192 /* Audio_SDA, Audio_SCL */ 182 /* Audio_SDA, Audio_SCL */ 193 i2c@7 { 183 i2c@7 { 194 #address-cells = <1>; 184 #address-cells = <1>; 195 #size-cells = <0>; 185 #size-cells = <0>; 196 reg = <7>; 186 reg = <7>; 197 187 198 accelerometer@1d { 188 accelerometer@1d { 199 compatible = " 189 compatible = "st,lsm9ds0-imu"; 200 reg = <0x1d>; 190 reg = <0x1d>; 201 191 202 vdd-supply = < !! 192 vdd-supply = <&accel_3v3>; 203 vddio-supply = !! 193 vddio-supply = <&accel_3v3>; 204 }; 194 }; 205 195 206 pcm3168a: audio-codec@ 196 pcm3168a: audio-codec@44 { 207 #sound-dai-cel 197 #sound-dai-cells = <0>; 208 compatible = " 198 compatible = "ti,pcm3168a"; 209 reg = <0x44>; 199 reg = <0x44>; 210 clocks = <&clk 200 clocks = <&clksndsel>; 211 clock-names = 201 clock-names = "scki"; 212 202 213 VDD1-supply = !! 203 VDD1-supply = <&snd_3p3v>; 214 VDD2-supply = !! 204 VDD2-supply = <&snd_3p3v>; 215 VCCAD1-supply !! 205 VCCAD1-supply = <&snd_vcc5v>; 216 VCCAD2-supply !! 206 VCCAD2-supply = <&snd_vcc5v>; 217 VCCDA1-supply !! 207 VCCDA1-supply = <&snd_vcc5v>; 218 VCCDA2-supply !! 208 VCCDA2-supply = <&snd_vcc5v>; 219 }; 209 }; 220 210 221 gyroscope@6b { 211 gyroscope@6b { 222 compatible = " 212 compatible = "st,lsm9ds0-gyro"; 223 reg = <0x6b>; 213 reg = <0x6b>; 224 214 225 vdd-supply = < !! 215 vdd-supply = <&accel_3v3>; 226 vddio-supply = !! 216 vddio-supply = <&accel_3v3>; 227 }; 217 }; 228 }; 218 }; 229 }; 219 }; 230 220 231 /* U11 */ 221 /* U11 */ 232 gpio_exp_74: gpio@74 { 222 gpio_exp_74: gpio@74 { 233 compatible = "ti,tca9539"; 223 compatible = "ti,tca9539"; 234 reg = <0x74>; 224 reg = <0x74>; 235 gpio-controller; 225 gpio-controller; 236 #gpio-cells = <2>; 226 #gpio-cells = <2>; 237 interrupt-controller; 227 interrupt-controller; 238 #interrupt-cells = <2>; << 239 interrupt-parent = <&gpio6>; 228 interrupt-parent = <&gpio6>; 240 interrupts = <8 IRQ_TYPE_EDGE_ 229 interrupts = <8 IRQ_TYPE_EDGE_FALLING>; 241 230 242 audio-out-off-hog { 231 audio-out-off-hog { 243 gpio-hog; 232 gpio-hog; 244 gpios = <0 GPIO_ACTIVE 233 gpios = <0 GPIO_ACTIVE_HIGH>; /* P00 */ 245 output-high; 234 output-high; 246 line-name = "Audio_Out 235 line-name = "Audio_Out_OFF"; 247 }; 236 }; 248 237 249 hub-pwen-hog { 238 hub-pwen-hog { 250 gpio-hog; 239 gpio-hog; 251 gpios = <6 GPIO_ACTIVE 240 gpios = <6 GPIO_ACTIVE_HIGH>; 252 output-high; 241 output-high; 253 line-name = "HUB pwen" 242 line-name = "HUB pwen"; 254 }; 243 }; 255 244 256 hub-rst-hog { 245 hub-rst-hog { 257 gpio-hog; 246 gpio-hog; 258 gpios = <7 GPIO_ACTIVE 247 gpios = <7 GPIO_ACTIVE_HIGH>; 259 output-high; 248 output-high; 260 line-name = "HUB rst"; 249 line-name = "HUB rst"; 261 }; 250 }; 262 251 263 otg-extlpn-hog { 252 otg-extlpn-hog { 264 gpio-hog; 253 gpio-hog; 265 gpios = <9 GPIO_ACTIVE 254 gpios = <9 GPIO_ACTIVE_HIGH>; 266 output-high; 255 output-high; 267 line-name = "OTG EXTLP 256 line-name = "OTG EXTLPn"; 268 }; 257 }; 269 258 270 otg-offvbusn-hog { 259 otg-offvbusn-hog { 271 gpio-hog; 260 gpio-hog; 272 gpios = <8 GPIO_ACTIVE 261 gpios = <8 GPIO_ACTIVE_HIGH>; 273 output-low; 262 output-low; 274 line-name = "OTG OFFVB 263 line-name = "OTG OFFVBUSn"; 275 }; 264 }; 276 265 277 sd-wifi-mux-hog { 266 sd-wifi-mux-hog { 278 gpio-hog; 267 gpio-hog; 279 gpios = <5 GPIO_ACTIVE 268 gpios = <5 GPIO_ACTIVE_HIGH>; 280 output-low; /* Con 269 output-low; /* Connect WL1837 */ 281 line-name = "SD WiFi m 270 line-name = "SD WiFi mux"; 282 }; 271 }; 283 272 284 snd-rst-hog { 273 snd-rst-hog { 285 gpio-hog; 274 gpio-hog; 286 gpios = <15 GPIO_ACTIV 275 gpios = <15 GPIO_ACTIVE_HIGH>; /* P17 */ 287 output-high; 276 output-high; 288 line-name = "SND_RST"; 277 line-name = "SND_RST"; 289 }; 278 }; 290 }; 279 }; 291 280 292 /* U5 */ 281 /* U5 */ 293 gpio_exp_75: gpio@75 { 282 gpio_exp_75: gpio@75 { 294 compatible = "ti,tca9539"; 283 compatible = "ti,tca9539"; 295 reg = <0x75>; 284 reg = <0x75>; 296 gpio-controller; 285 gpio-controller; 297 #gpio-cells = <2>; 286 #gpio-cells = <2>; 298 interrupt-controller; 287 interrupt-controller; 299 #interrupt-cells = <2>; << 300 interrupt-parent = <&gpio6>; 288 interrupt-parent = <&gpio6>; 301 interrupts = <4 IRQ_TYPE_EDGE_ 289 interrupts = <4 IRQ_TYPE_EDGE_FALLING>; 302 }; 290 }; 303 }; 291 }; 304 292 305 &i2c4 { 293 &i2c4 { 306 i2cmux4: i2c-mux@71 { 294 i2cmux4: i2c-mux@71 { 307 compatible = "nxp,pca9548"; 295 compatible = "nxp,pca9548"; 308 #address-cells = <1>; 296 #address-cells = <1>; 309 #size-cells = <0>; 297 #size-cells = <0>; 310 reg = <0x71>; 298 reg = <0x71>; 311 reset-gpios = <&gpio3 15 GPIO_ 299 reset-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>; 312 }; 300 }; 313 301 314 gpio_exp_76: gpio@76 { 302 gpio_exp_76: gpio@76 { 315 compatible = "ti,tca9539"; 303 compatible = "ti,tca9539"; 316 reg = <0x76>; 304 reg = <0x76>; 317 gpio-controller; 305 gpio-controller; 318 #gpio-cells = <2>; 306 #gpio-cells = <2>; 319 interrupt-controller; 307 interrupt-controller; 320 #interrupt-cells = <2>; << 321 interrupt-parent = <&gpio7>; 308 interrupt-parent = <&gpio7>; 322 interrupts = <3 IRQ_TYPE_EDGE_ 309 interrupts = <3 IRQ_TYPE_EDGE_FALLING>; 323 }; 310 }; 324 311 325 gpio_exp_77: gpio@77 { 312 gpio_exp_77: gpio@77 { 326 compatible = "ti,tca9539"; 313 compatible = "ti,tca9539"; 327 reg = <0x77>; 314 reg = <0x77>; 328 gpio-controller; 315 gpio-controller; 329 #gpio-cells = <2>; 316 #gpio-cells = <2>; 330 interrupt-controller; 317 interrupt-controller; 331 #interrupt-cells = <2>; << 332 interrupt-parent = <&gpio5>; 318 interrupt-parent = <&gpio5>; 333 interrupts = <9 IRQ_TYPE_EDGE_ 319 interrupts = <9 IRQ_TYPE_EDGE_FALLING>; 334 }; 320 }; 335 }; 321 }; 336 322 337 &ohci0 { 323 &ohci0 { 338 dr_mode = "otg"; 324 dr_mode = "otg"; 339 status = "okay"; 325 status = "okay"; 340 }; 326 }; 341 327 342 &pcie_bus_clk { 328 &pcie_bus_clk { 343 clock-frequency = <100000000>; 329 clock-frequency = <100000000>; 344 }; 330 }; 345 331 346 &pciec0 { 332 &pciec0 { 347 status = "okay"; 333 status = "okay"; 348 }; 334 }; 349 335 350 &pciec1 { 336 &pciec1 { 351 status = "okay"; 337 status = "okay"; 352 << 353 vpcie1v5-supply = <&pcie_1v5>; << 354 vpcie3v3-supply = <&pcie_3v3>; << 355 }; 338 }; 356 339 357 &pfc { 340 &pfc { 358 can0_pins: can0 { 341 can0_pins: can0 { 359 groups = "can0_data_a"; 342 groups = "can0_data_a"; 360 function = "can0"; 343 function = "can0"; 361 }; 344 }; 362 345 363 can1_pins: can1 { 346 can1_pins: can1 { 364 groups = "can1_data"; 347 groups = "can1_data"; 365 function = "can1"; 348 function = "can1"; 366 }; 349 }; 367 350 368 hdmi1_pins: hdmi1 { 351 hdmi1_pins: hdmi1 { 369 adv7513-interrupt { 352 adv7513-interrupt { 370 pins = "GP_2_14"; 353 pins = "GP_2_14"; 371 bias-pull-up; 354 bias-pull-up; 372 }; 355 }; 373 356 374 du { 357 du { 375 groups = "du_rgb888", 358 groups = "du_rgb888", "du_sync", "du_clk_out_0", 376 "du_disp"; 359 "du_disp"; 377 function = "du"; 360 function = "du"; 378 }; 361 }; 379 }; 362 }; 380 363 381 hscif0_pins: hscif0 { 364 hscif0_pins: hscif0 { 382 groups = "hscif0_data", "hscif 365 groups = "hscif0_data", "hscif0_ctrl"; 383 function = "hscif0"; 366 function = "hscif0"; 384 }; 367 }; 385 368 386 hscif1_pins: hscif1 { << 387 groups = "hscif1_data_a", "hsc << 388 function = "hscif1"; << 389 }; << 390 << 391 scif1_pins: scif1 { 369 scif1_pins: scif1 { 392 groups = "scif1_data_b"; 370 groups = "scif1_data_b"; 393 function = "scif1"; 371 function = "scif1"; 394 }; 372 }; 395 373 396 sdhi3_pins: sdhi3 { 374 sdhi3_pins: sdhi3 { 397 groups = "sdhi3_data4", "sdhi3 375 groups = "sdhi3_data4", "sdhi3_ctrl"; 398 function = "sdhi3"; 376 function = "sdhi3"; 399 power-source = <3300>; 377 power-source = <3300>; 400 }; 378 }; 401 379 402 sound_pcm_pins: sound-pcm { 380 sound_pcm_pins: sound-pcm { 403 groups = "ssi349_ctrl", "ssi3_ 381 groups = "ssi349_ctrl", "ssi3_data", "ssi4_data"; 404 function = "ssi"; 382 function = "ssi"; 405 }; 383 }; 406 384 407 usb0_pins: usb0 { 385 usb0_pins: usb0 { 408 groups = "usb0"; 386 groups = "usb0"; 409 function = "usb0"; 387 function = "usb0"; 410 }; 388 }; 411 }; 389 }; 412 390 413 &rcar_sound { 391 &rcar_sound { 414 pinctrl-0 = <&sound_pins 392 pinctrl-0 = <&sound_pins 415 &sound_clk_pins 393 &sound_clk_pins 416 &sound_pcm_pins>; 394 &sound_pcm_pins>; 417 }; 395 }; 418 396 419 &scif1 { 397 &scif1 { 420 pinctrl-0 = <&scif1_pins>; 398 pinctrl-0 = <&scif1_pins>; 421 pinctrl-names = "default"; 399 pinctrl-names = "default"; 422 400 423 status = "okay"; 401 status = "okay"; 424 << 425 gnss { << 426 compatible = "u-blox,neo-m8"; << 427 reset-gpios = <&gpio_exp_75 6 << 428 vcc-supply = <®_3p3v>; << 429 current-speed = <9600>; << 430 }; << 431 }; 402 }; 432 403 433 &sdhi3 { 404 &sdhi3 { 434 pinctrl-0 = <&sdhi3_pins>; 405 pinctrl-0 = <&sdhi3_pins>; 435 pinctrl-names = "default"; 406 pinctrl-names = "default"; 436 407 437 vmmc-supply = <&wlan_en>; 408 vmmc-supply = <&wlan_en>; 438 vqmmc-supply = <&wlan_en>; 409 vqmmc-supply = <&wlan_en>; 439 bus-width = <4>; 410 bus-width = <4>; 440 no-1-8-v; 411 no-1-8-v; 441 non-removable; 412 non-removable; 442 cap-power-off-card; 413 cap-power-off-card; 443 keep-power-in-suspend; 414 keep-power-in-suspend; 444 max-frequency = <26000000>; 415 max-frequency = <26000000>; 445 status = "okay"; 416 status = "okay"; 446 417 447 #address-cells = <1>; 418 #address-cells = <1>; 448 #size-cells = <0>; 419 #size-cells = <0>; 449 wlcore: wlcore@2 { 420 wlcore: wlcore@2 { 450 compatible = "ti,wl1837"; 421 compatible = "ti,wl1837"; 451 reg = <2>; 422 reg = <2>; 452 interrupt-parent = <&gpio1>; 423 interrupt-parent = <&gpio1>; 453 interrupts = <25 IRQ_TYPE_EDGE 424 interrupts = <25 IRQ_TYPE_EDGE_FALLING>; 454 }; 425 }; 455 }; 426 }; 456 427 457 &ssi4 { 428 &ssi4 { 458 shared-pin; 429 shared-pin; 459 }; 430 }; 460 431 461 &usb2_phy0 { 432 &usb2_phy0 { 462 pinctrl-0 = <&usb0_pins>; 433 pinctrl-0 = <&usb0_pins>; 463 pinctrl-names = "default"; 434 pinctrl-names = "default"; 464 435 465 status = "okay"; 436 status = "okay"; 466 }; 437 }; 467 438 468 &xhci0 { 439 &xhci0 { 469 status = "okay"; 440 status = "okay"; 470 }; 441 }; 471 442 472 /* 443 /* 473 * For sound-test. 444 * For sound-test. 474 * 445 * 475 * We can switch Audio Card for testing 446 * We can switch Audio Card for testing 476 * see also ulcb.dtsi 447 * see also ulcb.dtsi 477 * 448 * 478 * #include "ulcb-kf-simple-audio-card.dtsi" 449 * #include "ulcb-kf-simple-audio-card.dtsi" 479 * #include "ulcb-kf-simple-audio-card-mix+spl 450 * #include "ulcb-kf-simple-audio-card-mix+split.dtsi" 480 * #include "ulcb-kf-audio-graph-card.dtsi" 451 * #include "ulcb-kf-audio-graph-card.dtsi" 481 * #include "ulcb-kf-audio-graph-card-mix+spli 452 * #include "ulcb-kf-audio-graph-card-mix+split.dtsi" 482 * #include "ulcb-kf-audio-graph-card2-mix+spl 453 * #include "ulcb-kf-audio-graph-card2-mix+split.dtsi" 483 */ 454 */ 484 #include "ulcb-kf-audio-graph-card2.dtsi" 455 #include "ulcb-kf-audio-graph-card2.dtsi"
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.