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