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