1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the R-Car Gen3 ULCB board 4 * 5 * Copyright (C) 2016 Renesas Electronics Corp. 6 * Copyright (C) 2016 Cogent Embedded, Inc. 7 */ 8 9#include <dt-bindings/gpio/gpio.h> 10#include <dt-bindings/input/input.h> 11 12/ { 13 model = "Renesas R-Car Gen3 ULCB board"; 14 15 aliases { 16 i2c0 = &i2c0; 17 i2c1 = &i2c1; 18 i2c2 = &i2c2; 19 i2c3 = &i2c3; 20 i2c4 = &i2c4; 21 i2c5 = &i2c5; 22 i2c6 = &i2c6; 23 i2c7 = &i2c_dvfs; 24 serial0 = &scif2; 25 ethernet0 = &avb; 26 mmc0 = &sdhi2; 27 mmc1 = &sdhi0; 28 }; 29 30 chosen { 31 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; 32 stdout-path = "serial0:115200n8"; 33 }; 34 35 audio_clkout: audio-clkout { 36 /* 37 * This is same as <&rcar_sound 0> 38 * but needed to avoid cs2000/rcar_sound probe dead-lock 39 */ 40 compatible = "fixed-clock"; 41 #clock-cells = <0>; 42 clock-frequency = <12288000>; 43 }; 44 45 hdmi0-out { 46 compatible = "hdmi-connector"; 47 type = "a"; 48 49 port { 50 hdmi0_con: endpoint { 51 remote-endpoint = <&rcar_dw_hdmi0_out>; 52 }; 53 }; 54 }; 55 56 keyboard { 57 compatible = "gpio-keys"; 58 59 key-1 { 60 linux,code = <KEY_1>; 61 label = "SW3"; 62 wakeup-source; 63 debounce-interval = <20>; 64 gpios = <&gpio6 11 GPIO_ACTIVE_LOW>; 65 }; 66 }; 67 68 leds { 69 compatible = "gpio-leds"; 70 71 led5 { 72 gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>; 73 }; 74 led6 { 75 gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>; 76 }; 77 }; 78 79 reg_1p8v: regulator-1p8v { 80 compatible = "regulator-fixed"; 81 regulator-name = "fixed-1.8V"; 82 regulator-min-microvolt = <1800000>; 83 regulator-max-microvolt = <1800000>; 84 regulator-boot-on; 85 regulator-always-on; 86 }; 87 88 reg_3p3v: regulator-3p3v { 89 compatible = "regulator-fixed"; 90 regulator-name = "fixed-3.3V"; 91 regulator-min-microvolt = <3300000>; 92 regulator-max-microvolt = <3300000>; 93 regulator-boot-on; 94 regulator-always-on; 95 }; 96 97 vcc_sdhi0: regulator-vcc-sdhi0 { 98 compatible = "regulator-fixed"; 99 100 regulator-name = "SDHI0 Vcc"; 101 regulator-min-microvolt = <3300000>; 102 regulator-max-microvolt = <3300000>; 103 104 gpio = <&gpio5 2 GPIO_ACTIVE_HIGH>; 105 enable-active-high; 106 }; 107 108 vccq_sdhi0: regulator-vccq-sdhi0 { 109 compatible = "regulator-gpio"; 110 111 regulator-name = "SDHI0 VccQ"; 112 regulator-min-microvolt = <1800000>; 113 regulator-max-microvolt = <3300000>; 114 115 gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; 116 gpios-states = <1>; 117 states = <3300000 1>, <1800000 0>; 118 }; 119 120 x12_clk: x12 { 121 compatible = "fixed-clock"; 122 #clock-cells = <0>; 123 clock-frequency = <24576000>; 124 }; 125 126 x23_clk: x23-clock { 127 compatible = "fixed-clock"; 128 #clock-cells = <0>; 129 clock-frequency = <25000000>; 130 }; 131}; 132 133&a57_0 { 134 cpu-supply = <&dvfs>; 135}; 136 137&audio_clk_a { 138 clock-frequency = <22579200>; 139}; 140 141&avb { 142 pinctrl-0 = <&avb_pins>; 143 pinctrl-names = "default"; 144 phy-handle = <&phy0>; 145 tx-internal-delay-ps = <2000>; 146 status = "okay"; 147 148 phy0: ethernet-phy@0 { 149 compatible = "ethernet-phy-id0022.1622", 150 "ethernet-phy-ieee802.3-c22"; 151 rxc-skew-ps = <1500>; 152 reg = <0>; 153 interrupt-parent = <&gpio2>; 154 interrupts = <11 IRQ_TYPE_LEVEL_LOW>; 155 reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>; 156 }; 157}; 158 159&du { 160 status = "okay"; 161}; 162 163&ehci1 { 164 status = "okay"; 165}; 166 167&extal_clk { 168 clock-frequency = <16666666>; 169}; 170 171&extalr_clk { 172 clock-frequency = <32768>; 173}; 174 175&hdmi0 { 176 status = "okay"; 177 178 ports { 179 port@1 { 180 reg = <1>; 181 rcar_dw_hdmi0_out: endpoint { 182 remote-endpoint = <&hdmi0_con>; 183 }; 184 }; 185 port@2 { 186 reg = <2>; 187 }; 188 }; 189}; 190 191&i2c2 { 192 pinctrl-0 = <&i2c2_pins>; 193 pinctrl-names = "default"; 194 195 status = "okay"; 196 197 clock-frequency = <100000>; 198 199 ak4613: codec@10 { 200 compatible = "asahi-kasei,ak4613"; 201 reg = <0x10>; 202 clocks = <&rcar_sound 3>; 203 204 asahi-kasei,in1-single-end; 205 asahi-kasei,in2-single-end; 206 asahi-kasei,out1-single-end; 207 asahi-kasei,out2-single-end; 208 asahi-kasei,out3-single-end; 209 asahi-kasei,out4-single-end; 210 asahi-kasei,out5-single-end; 211 asahi-kasei,out6-single-end; 212 }; 213 214 cs2000: clk-multiplier@4f { 215 #clock-cells = <0>; 216 compatible = "cirrus,cs2000-cp"; 217 reg = <0x4f>; 218 clocks = <&audio_clkout>, <&x12_clk>; 219 clock-names = "clk_in", "ref_clk"; 220 221 assigned-clocks = <&cs2000>; 222 assigned-clock-rates = <24576000>; /* 1/1 divide */ 223 }; 224}; 225 226&i2c4 { 227 status = "okay"; 228 229 clock-frequency = <400000>; 230 231 versaclock5: clock-generator@6a { 232 compatible = "idt,5p49v5925"; 233 reg = <0x6a>; 234 #clock-cells = <1>; 235 clocks = <&x23_clk>; 236 clock-names = "xin"; 237 }; 238}; 239 240&i2c_dvfs { 241 status = "okay"; 242 243 clock-frequency = <400000>; 244 245 pmic: pmic@30 { 246 pinctrl-0 = <&irq0_pins>; 247 pinctrl-names = "default"; 248 249 compatible = "rohm,bd9571mwv"; 250 reg = <0x30>; 251 interrupt-parent = <&intc_ex>; 252 interrupts = <0 IRQ_TYPE_LEVEL_LOW>; 253 interrupt-controller; 254 #interrupt-cells = <2>; 255 gpio-controller; 256 #gpio-cells = <2>; 257 rohm,ddr-backup-power = <0xf>; 258 rohm,rstbmode-pulse; 259 260 regulators { 261 dvfs: dvfs { 262 regulator-name = "dvfs"; 263 regulator-min-microvolt = <750000>; 264 regulator-max-microvolt = <1030000>; 265 regulator-boot-on; 266 regulator-always-on; 267 }; 268 }; 269 }; 270}; 271 272&ohci1 { 273 status = "okay"; 274}; 275 276&pfc { 277 pinctrl-0 = <&scif_clk_pins>; 278 pinctrl-names = "default"; 279 280 avb_pins: avb { 281 mux { 282 groups = "avb_link", "avb_mdio", "avb_mii"; 283 function = "avb"; 284 }; 285 286 pins_mdio { 287 groups = "avb_mdio"; 288 drive-strength = <24>; 289 }; 290 291 pins_mii_tx { 292 pins = "PIN_AVB_TX_CTL", "PIN_AVB_TXC", "PIN_AVB_TD0", 293 "PIN_AVB_TD1", "PIN_AVB_TD2", "PIN_AVB_TD3"; 294 drive-strength = <12>; 295 }; 296 }; 297 298 i2c2_pins: i2c2 { 299 groups = "i2c2_a"; 300 function = "i2c2"; 301 }; 302 303 irq0_pins: irq0 { 304 groups = "intc_ex_irq0"; 305 function = "intc_ex"; 306 }; 307 308 scif2_pins: scif2 { 309 groups = "scif2_data_a"; 310 function = "scif2"; 311 }; 312 313 scif_clk_pins: scif_clk { 314 groups = "scif_clk_a"; 315 function = "scif_clk"; 316 }; 317 318 sdhi0_pins: sd0 { 319 groups = "sdhi0_data4", "sdhi0_ctrl"; 320 function = "sdhi0"; 321 power-source = <3300>; 322 }; 323 324 sdhi0_pins_uhs: sd0_uhs { 325 groups = "sdhi0_data4", "sdhi0_ctrl"; 326 function = "sdhi0"; 327 power-source = <1800>; 328 }; 329 330 sdhi2_pins: sd2 { 331 groups = "sdhi2_data8", "sdhi2_ctrl", "sdhi2_ds"; 332 function = "sdhi2"; 333 power-source = <1800>; 334 }; 335 336 sound_pins: sound { 337 groups = "ssi01239_ctrl", "ssi0_data", "ssi1_data_a"; 338 function = "ssi"; 339 }; 340 341 sound_clk_pins: sound-clk { 342 groups = "audio_clk_a_a", "audio_clk_b_a", "audio_clk_c_a", 343 "audio_clkout_a", "audio_clkout3_a"; 344 function = "audio_clk"; 345 }; 346 347 usb1_pins: usb1 { 348 groups = "usb1"; 349 function = "usb1"; 350 }; 351}; 352 353&rcar_sound { 354 pinctrl-0 = <&sound_pins>, <&sound_clk_pins>; 355 pinctrl-names = "default"; 356 357 /* audio_clkout0/1/2/3 */ 358 #clock-cells = <1>; 359 clock-frequency = <12288000 11289600>; 360 361 status = "okay"; 362 363 /* update <audio_clk_b> to <cs2000> */ 364 clocks = <&cpg CPG_MOD 1005>, 365 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, 366 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, 367 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, 368 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>, 369 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>, 370 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>, 371 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>, 372 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>, 373 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>, 374 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>, 375 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, 376 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, 377 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>, 378 <&audio_clk_a>, <&cs2000>, 379 <&audio_clk_c>, 380 <&cpg CPG_CORE CPG_AUDIO_CLK_I>; 381}; 382 383&rpc { 384 /* Left disabled. To be enabled by firmware when unlocked. */ 385 386 flash@0 { 387 compatible = "cypress,hyperflash", "cfi-flash"; 388 reg = <0>; 389 390 partitions { 391 compatible = "fixed-partitions"; 392 #address-cells = <1>; 393 #size-cells = <1>; 394 395 bootparam@0 { 396 reg = <0x00000000 0x040000>; 397 read-only; 398 }; 399 bl2@40000 { 400 reg = <0x00040000 0x140000>; 401 read-only; 402 }; 403 cert_header_sa6@180000 { 404 reg = <0x00180000 0x040000>; 405 read-only; 406 }; 407 bl31@1c0000 { 408 reg = <0x001c0000 0x040000>; 409 read-only; 410 }; 411 tee@200000 { 412 reg = <0x00200000 0x440000>; 413 read-only; 414 }; 415 uboot@640000 { 416 reg = <0x00640000 0x100000>; 417 read-only; 418 }; 419 dtb@740000 { 420 reg = <0x00740000 0x080000>; 421 }; 422 kernel@7c0000 { 423 reg = <0x007c0000 0x1400000>; 424 }; 425 user@1bc0000 { 426 reg = <0x01bc0000 0x2440000>; 427 }; 428 }; 429 }; 430}; 431 432&rwdt { 433 timeout-sec = <60>; 434 status = "okay"; 435}; 436 437&scif2 { 438 pinctrl-0 = <&scif2_pins>; 439 pinctrl-names = "default"; 440 441 status = "okay"; 442}; 443 444&scif_clk { 445 clock-frequency = <14745600>; 446}; 447 448&sdhi0 { 449 pinctrl-0 = <&sdhi0_pins>; 450 pinctrl-1 = <&sdhi0_pins_uhs>; 451 pinctrl-names = "default", "state_uhs"; 452 453 vmmc-supply = <&vcc_sdhi0>; 454 vqmmc-supply = <&vccq_sdhi0>; 455 cd-gpios = <&gpio3 12 GPIO_ACTIVE_LOW>; 456 bus-width = <4>; 457 sd-uhs-sdr50; 458 sd-uhs-sdr104; 459 status = "okay"; 460}; 461 462&sdhi2 { 463 /* used for on-board 8bit eMMC */ 464 pinctrl-0 = <&sdhi2_pins>; 465 pinctrl-1 = <&sdhi2_pins>; 466 pinctrl-names = "default", "state_uhs"; 467 468 vmmc-supply = <®_3p3v>; 469 vqmmc-supply = <®_1p8v>; 470 bus-width = <8>; 471 mmc-hs200-1_8v; 472 mmc-hs400-1_8v; 473 no-sd; 474 no-sdio; 475 non-removable; 476 full-pwr-cycle-in-suspend; 477 status = "okay"; 478}; 479 480&ssi1 { 481 shared-pin; 482}; 483 484&usb2_phy1 { 485 pinctrl-0 = <&usb1_pins>; 486 pinctrl-names = "default"; 487 488 status = "okay"; 489}; 490 491 492/* 493 * For sound-test. 494 * 495 * We can switch Audio Card for testing 496 * 497 * #include "ulcb-simple-audio-card.dtsi" 498 * #include "ulcb-simple-audio-card-mix+split.dtsi" 499 * #include "ulcb-audio-graph-card.dtsi" 500 * #include "ulcb-audio-graph-card-mix+split.dtsi" 501 * #include "ulcb-audio-graph-card2-mix+split.dtsi" 502 */ 503#include "ulcb-audio-graph-card2.dtsi" 504