15956d97fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 25956d97fSEmmanuel Vadot/* 35956d97fSEmmanuel Vadot * Copyright (c) 2021 Rockchip Electronics Co., Ltd. 45956d97fSEmmanuel Vadot * 55956d97fSEmmanuel Vadot */ 65956d97fSEmmanuel Vadot 75956d97fSEmmanuel Vadot/dts-v1/; 85956d97fSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h> 9c9ccf3a3SEmmanuel Vadot#include <dt-bindings/leds/common.h> 105956d97fSEmmanuel Vadot#include <dt-bindings/pinctrl/rockchip.h> 11*b97ee269SEmmanuel Vadot#include <dt-bindings/soc/rockchip,vop2.h> 125956d97fSEmmanuel Vadot#include "rk3568.dtsi" 135956d97fSEmmanuel Vadot 145956d97fSEmmanuel Vadot/ { 155956d97fSEmmanuel Vadot model = "Rockchip RK3568 EVB1 DDR4 V10 Board"; 165956d97fSEmmanuel Vadot compatible = "rockchip,rk3568-evb1-v10", "rockchip,rk3568"; 175956d97fSEmmanuel Vadot 188cc087a1SEmmanuel Vadot aliases { 198cc087a1SEmmanuel Vadot ethernet0 = &gmac0; 208cc087a1SEmmanuel Vadot ethernet1 = &gmac1; 218cc087a1SEmmanuel Vadot mmc0 = &sdmmc0; 228cc087a1SEmmanuel Vadot mmc1 = &sdhci; 238cc087a1SEmmanuel Vadot }; 248cc087a1SEmmanuel Vadot 255956d97fSEmmanuel Vadot chosen: chosen { 265956d97fSEmmanuel Vadot stdout-path = "serial2:1500000n8"; 275956d97fSEmmanuel Vadot }; 285956d97fSEmmanuel Vadot 295956d97fSEmmanuel Vadot dc_12v: dc-12v { 305956d97fSEmmanuel Vadot compatible = "regulator-fixed"; 315956d97fSEmmanuel Vadot regulator-name = "dc_12v"; 325956d97fSEmmanuel Vadot regulator-always-on; 335956d97fSEmmanuel Vadot regulator-boot-on; 345956d97fSEmmanuel Vadot regulator-min-microvolt = <12000000>; 355956d97fSEmmanuel Vadot regulator-max-microvolt = <12000000>; 365956d97fSEmmanuel Vadot }; 375956d97fSEmmanuel Vadot 38*b97ee269SEmmanuel Vadot hdmi-con { 39*b97ee269SEmmanuel Vadot compatible = "hdmi-connector"; 40*b97ee269SEmmanuel Vadot type = "a"; 41*b97ee269SEmmanuel Vadot 42*b97ee269SEmmanuel Vadot port { 43*b97ee269SEmmanuel Vadot hdmi_con_in: endpoint { 44*b97ee269SEmmanuel Vadot remote-endpoint = <&hdmi_out_con>; 45*b97ee269SEmmanuel Vadot }; 46*b97ee269SEmmanuel Vadot }; 47*b97ee269SEmmanuel Vadot }; 48*b97ee269SEmmanuel Vadot 49c9ccf3a3SEmmanuel Vadot leds { 50c9ccf3a3SEmmanuel Vadot compatible = "gpio-leds"; 51c9ccf3a3SEmmanuel Vadot 52c9ccf3a3SEmmanuel Vadot led_work: led-0 { 53c9ccf3a3SEmmanuel Vadot gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>; 54c9ccf3a3SEmmanuel Vadot function = LED_FUNCTION_HEARTBEAT; 55c9ccf3a3SEmmanuel Vadot color = <LED_COLOR_ID_BLUE>; 56c9ccf3a3SEmmanuel Vadot linux,default-trigger = "heartbeat"; 57c9ccf3a3SEmmanuel Vadot pinctrl-names = "default"; 58c9ccf3a3SEmmanuel Vadot pinctrl-0 = <&led_work_en>; 59c9ccf3a3SEmmanuel Vadot }; 60c9ccf3a3SEmmanuel Vadot }; 61c9ccf3a3SEmmanuel Vadot 62c9ccf3a3SEmmanuel Vadot rk809-sound { 63c9ccf3a3SEmmanuel Vadot compatible = "simple-audio-card"; 64c9ccf3a3SEmmanuel Vadot simple-audio-card,format = "i2s"; 65c9ccf3a3SEmmanuel Vadot simple-audio-card,name = "Analog RK809"; 66c9ccf3a3SEmmanuel Vadot simple-audio-card,mclk-fs = <256>; 67c9ccf3a3SEmmanuel Vadot 68c9ccf3a3SEmmanuel Vadot simple-audio-card,cpu { 69c9ccf3a3SEmmanuel Vadot sound-dai = <&i2s1_8ch>; 70c9ccf3a3SEmmanuel Vadot }; 71c9ccf3a3SEmmanuel Vadot simple-audio-card,codec { 72c9ccf3a3SEmmanuel Vadot sound-dai = <&rk809>; 73c9ccf3a3SEmmanuel Vadot }; 74c9ccf3a3SEmmanuel Vadot }; 75c9ccf3a3SEmmanuel Vadot 765956d97fSEmmanuel Vadot vcc3v3_sys: vcc3v3-sys { 775956d97fSEmmanuel Vadot compatible = "regulator-fixed"; 785956d97fSEmmanuel Vadot regulator-name = "vcc3v3_sys"; 795956d97fSEmmanuel Vadot regulator-always-on; 805956d97fSEmmanuel Vadot regulator-boot-on; 815956d97fSEmmanuel Vadot regulator-min-microvolt = <3300000>; 825956d97fSEmmanuel Vadot regulator-max-microvolt = <3300000>; 835956d97fSEmmanuel Vadot vin-supply = <&dc_12v>; 845956d97fSEmmanuel Vadot }; 855956d97fSEmmanuel Vadot 865956d97fSEmmanuel Vadot vcc5v0_sys: vcc5v0-sys { 875956d97fSEmmanuel Vadot compatible = "regulator-fixed"; 885956d97fSEmmanuel Vadot regulator-name = "vcc5v0_sys"; 895956d97fSEmmanuel Vadot regulator-always-on; 905956d97fSEmmanuel Vadot regulator-boot-on; 915956d97fSEmmanuel Vadot regulator-min-microvolt = <5000000>; 925956d97fSEmmanuel Vadot regulator-max-microvolt = <5000000>; 935956d97fSEmmanuel Vadot vin-supply = <&dc_12v>; 945956d97fSEmmanuel Vadot }; 955956d97fSEmmanuel Vadot 96c9ccf3a3SEmmanuel Vadot vcc5v0_usb: vcc5v0-usb { 97c9ccf3a3SEmmanuel Vadot compatible = "regulator-fixed"; 98c9ccf3a3SEmmanuel Vadot regulator-name = "vcc5v0_usb"; 99c9ccf3a3SEmmanuel Vadot regulator-always-on; 100c9ccf3a3SEmmanuel Vadot regulator-boot-on; 101c9ccf3a3SEmmanuel Vadot regulator-min-microvolt = <5000000>; 102c9ccf3a3SEmmanuel Vadot regulator-max-microvolt = <5000000>; 103c9ccf3a3SEmmanuel Vadot vin-supply = <&dc_12v>; 104c9ccf3a3SEmmanuel Vadot }; 105c9ccf3a3SEmmanuel Vadot 106c9ccf3a3SEmmanuel Vadot vcc5v0_usb_host: vcc5v0-usb-host { 107c9ccf3a3SEmmanuel Vadot compatible = "regulator-fixed"; 108c9ccf3a3SEmmanuel Vadot enable-active-high; 109c9ccf3a3SEmmanuel Vadot gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>; 110c9ccf3a3SEmmanuel Vadot pinctrl-names = "default"; 111c9ccf3a3SEmmanuel Vadot pinctrl-0 = <&vcc5v0_usb_host_en>; 112c9ccf3a3SEmmanuel Vadot regulator-name = "vcc5v0_usb_host"; 113c9ccf3a3SEmmanuel Vadot regulator-min-microvolt = <5000000>; 114c9ccf3a3SEmmanuel Vadot regulator-max-microvolt = <5000000>; 115c9ccf3a3SEmmanuel Vadot vin-supply = <&vcc5v0_usb>; 116c9ccf3a3SEmmanuel Vadot }; 117c9ccf3a3SEmmanuel Vadot 118d5b0e70fSEmmanuel Vadot vcc5v0_usb_otg: vcc5v0-usb-otg { 119d5b0e70fSEmmanuel Vadot compatible = "regulator-fixed"; 120d5b0e70fSEmmanuel Vadot enable-active-high; 121d5b0e70fSEmmanuel Vadot gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; 122d5b0e70fSEmmanuel Vadot pinctrl-names = "default"; 123d5b0e70fSEmmanuel Vadot pinctrl-0 = <&vcc5v0_usb_otg_en>; 124d5b0e70fSEmmanuel Vadot regulator-name = "vcc5v0_usb_otg"; 125d5b0e70fSEmmanuel Vadot regulator-min-microvolt = <5000000>; 126d5b0e70fSEmmanuel Vadot regulator-max-microvolt = <5000000>; 127d5b0e70fSEmmanuel Vadot vin-supply = <&vcc5v0_usb>; 128d5b0e70fSEmmanuel Vadot }; 129d5b0e70fSEmmanuel Vadot 1305956d97fSEmmanuel Vadot vcc3v3_lcd0_n: vcc3v3-lcd0-n { 1315956d97fSEmmanuel Vadot compatible = "regulator-fixed"; 1325956d97fSEmmanuel Vadot regulator-name = "vcc3v3_lcd0_n"; 133c9ccf3a3SEmmanuel Vadot regulator-min-microvolt = <3300000>; 134c9ccf3a3SEmmanuel Vadot regulator-max-microvolt = <3300000>; 135c9ccf3a3SEmmanuel Vadot enable-active-high; 136c9ccf3a3SEmmanuel Vadot gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; 137c9ccf3a3SEmmanuel Vadot vin-supply = <&vcc3v3_sys>; 138c9ccf3a3SEmmanuel Vadot pinctrl-names = "default"; 139c9ccf3a3SEmmanuel Vadot pinctrl-0 = <&vcc3v3_lcd0_n_en>; 1405956d97fSEmmanuel Vadot 1415956d97fSEmmanuel Vadot regulator-state-mem { 1425956d97fSEmmanuel Vadot regulator-off-in-suspend; 1435956d97fSEmmanuel Vadot }; 1445956d97fSEmmanuel Vadot }; 1455956d97fSEmmanuel Vadot 1465956d97fSEmmanuel Vadot vcc3v3_lcd1_n: vcc3v3-lcd1-n { 1475956d97fSEmmanuel Vadot compatible = "regulator-fixed"; 1485956d97fSEmmanuel Vadot regulator-name = "vcc3v3_lcd1_n"; 149c9ccf3a3SEmmanuel Vadot regulator-min-microvolt = <3300000>; 150c9ccf3a3SEmmanuel Vadot regulator-max-microvolt = <3300000>; 151c9ccf3a3SEmmanuel Vadot enable-active-high; 152c9ccf3a3SEmmanuel Vadot gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>; 153c9ccf3a3SEmmanuel Vadot vin-supply = <&vcc3v3_sys>; 154c9ccf3a3SEmmanuel Vadot pinctrl-names = "default"; 155c9ccf3a3SEmmanuel Vadot pinctrl-0 = <&vcc3v3_lcd1_n_en>; 1565956d97fSEmmanuel Vadot 1575956d97fSEmmanuel Vadot regulator-state-mem { 1585956d97fSEmmanuel Vadot regulator-off-in-suspend; 1595956d97fSEmmanuel Vadot }; 1605956d97fSEmmanuel Vadot }; 1615956d97fSEmmanuel Vadot}; 1625956d97fSEmmanuel Vadot 163d5b0e70fSEmmanuel Vadot&combphy0 { 164d5b0e70fSEmmanuel Vadot status = "okay"; 165d5b0e70fSEmmanuel Vadot}; 166d5b0e70fSEmmanuel Vadot 167d5b0e70fSEmmanuel Vadot&combphy1 { 168d5b0e70fSEmmanuel Vadot status = "okay"; 169d5b0e70fSEmmanuel Vadot}; 170d5b0e70fSEmmanuel Vadot 171c9ccf3a3SEmmanuel Vadot&cpu0 { 172c9ccf3a3SEmmanuel Vadot cpu-supply = <&vdd_cpu>; 173c9ccf3a3SEmmanuel Vadot}; 174c9ccf3a3SEmmanuel Vadot 175c9ccf3a3SEmmanuel Vadot&cpu1 { 176c9ccf3a3SEmmanuel Vadot cpu-supply = <&vdd_cpu>; 177c9ccf3a3SEmmanuel Vadot}; 178c9ccf3a3SEmmanuel Vadot 179c9ccf3a3SEmmanuel Vadot&cpu2 { 180c9ccf3a3SEmmanuel Vadot cpu-supply = <&vdd_cpu>; 181c9ccf3a3SEmmanuel Vadot}; 182c9ccf3a3SEmmanuel Vadot 183c9ccf3a3SEmmanuel Vadot&cpu3 { 184c9ccf3a3SEmmanuel Vadot cpu-supply = <&vdd_cpu>; 185c9ccf3a3SEmmanuel Vadot}; 186c9ccf3a3SEmmanuel Vadot 1878cc087a1SEmmanuel Vadot&gmac0 { 1888cc087a1SEmmanuel Vadot assigned-clocks = <&cru SCLK_GMAC0_RX_TX>, <&cru SCLK_GMAC0>; 1898cc087a1SEmmanuel Vadot assigned-clock-parents = <&cru SCLK_GMAC0_RGMII_SPEED>; 1908cc087a1SEmmanuel Vadot assigned-clock-rates = <0>, <125000000>; 1918cc087a1SEmmanuel Vadot clock_in_out = "output"; 1928cc087a1SEmmanuel Vadot phy-handle = <&rgmii_phy0>; 1938cc087a1SEmmanuel Vadot phy-mode = "rgmii-id"; 1948cc087a1SEmmanuel Vadot pinctrl-names = "default"; 1958cc087a1SEmmanuel Vadot pinctrl-0 = <&gmac0_miim 1968cc087a1SEmmanuel Vadot &gmac0_tx_bus2 1978cc087a1SEmmanuel Vadot &gmac0_rx_bus2 1988cc087a1SEmmanuel Vadot &gmac0_rgmii_clk 1998cc087a1SEmmanuel Vadot &gmac0_rgmii_bus>; 2008cc087a1SEmmanuel Vadot status = "okay"; 2018cc087a1SEmmanuel Vadot}; 2028cc087a1SEmmanuel Vadot 2038cc087a1SEmmanuel Vadot&gmac1 { 2048cc087a1SEmmanuel Vadot assigned-clocks = <&cru SCLK_GMAC1_RX_TX>, <&cru SCLK_GMAC1>; 2058cc087a1SEmmanuel Vadot assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>; 2068cc087a1SEmmanuel Vadot assigned-clock-rates = <0>, <125000000>; 2078cc087a1SEmmanuel Vadot clock_in_out = "output"; 2088cc087a1SEmmanuel Vadot phy-handle = <&rgmii_phy1>; 2098cc087a1SEmmanuel Vadot phy-mode = "rgmii-id"; 2108cc087a1SEmmanuel Vadot pinctrl-names = "default"; 2118cc087a1SEmmanuel Vadot pinctrl-0 = <&gmac1m1_miim 2128cc087a1SEmmanuel Vadot &gmac1m1_tx_bus2 2138cc087a1SEmmanuel Vadot &gmac1m1_rx_bus2 2148cc087a1SEmmanuel Vadot &gmac1m1_rgmii_clk 2158cc087a1SEmmanuel Vadot &gmac1m1_rgmii_bus>; 2168cc087a1SEmmanuel Vadot status = "okay"; 2178cc087a1SEmmanuel Vadot}; 2188cc087a1SEmmanuel Vadot 219c9ccf3a3SEmmanuel Vadot&gpu { 220c9ccf3a3SEmmanuel Vadot mali-supply = <&vdd_gpu>; 221c9ccf3a3SEmmanuel Vadot status = "okay"; 222c9ccf3a3SEmmanuel Vadot}; 223c9ccf3a3SEmmanuel Vadot 224*b97ee269SEmmanuel Vadot&hdmi { 225*b97ee269SEmmanuel Vadot avdd-0v9-supply = <&vdda0v9_image>; 226*b97ee269SEmmanuel Vadot avdd-1v8-supply = <&vcca1v8_image>; 227*b97ee269SEmmanuel Vadot status = "okay"; 228*b97ee269SEmmanuel Vadot}; 229*b97ee269SEmmanuel Vadot 230*b97ee269SEmmanuel Vadot&hdmi_in { 231*b97ee269SEmmanuel Vadot hdmi_in_vp0: endpoint { 232*b97ee269SEmmanuel Vadot remote-endpoint = <&vp0_out_hdmi>; 233*b97ee269SEmmanuel Vadot }; 234*b97ee269SEmmanuel Vadot}; 235*b97ee269SEmmanuel Vadot 236*b97ee269SEmmanuel Vadot&hdmi_out { 237*b97ee269SEmmanuel Vadot hdmi_out_con: endpoint { 238*b97ee269SEmmanuel Vadot remote-endpoint = <&hdmi_con_in>; 239*b97ee269SEmmanuel Vadot }; 240*b97ee269SEmmanuel Vadot}; 241*b97ee269SEmmanuel Vadot 242*b97ee269SEmmanuel Vadot&hdmi_sound { 243*b97ee269SEmmanuel Vadot status = "okay"; 244*b97ee269SEmmanuel Vadot}; 245*b97ee269SEmmanuel Vadot 2468cc087a1SEmmanuel Vadot&i2c0 { 2478cc087a1SEmmanuel Vadot status = "okay"; 2488cc087a1SEmmanuel Vadot 249c9ccf3a3SEmmanuel Vadot vdd_cpu: regulator@1c { 250c9ccf3a3SEmmanuel Vadot compatible = "tcs,tcs4525"; 251c9ccf3a3SEmmanuel Vadot reg = <0x1c>; 252c9ccf3a3SEmmanuel Vadot fcs,suspend-voltage-selector = <1>; 253c9ccf3a3SEmmanuel Vadot regulator-name = "vdd_cpu"; 254c9ccf3a3SEmmanuel Vadot regulator-always-on; 255c9ccf3a3SEmmanuel Vadot regulator-boot-on; 256c9ccf3a3SEmmanuel Vadot regulator-min-microvolt = <800000>; 257c9ccf3a3SEmmanuel Vadot regulator-max-microvolt = <1150000>; 258c9ccf3a3SEmmanuel Vadot regulator-ramp-delay = <2300>; 259c9ccf3a3SEmmanuel Vadot vin-supply = <&vcc5v0_sys>; 260c9ccf3a3SEmmanuel Vadot 261c9ccf3a3SEmmanuel Vadot regulator-state-mem { 262c9ccf3a3SEmmanuel Vadot regulator-off-in-suspend; 263c9ccf3a3SEmmanuel Vadot }; 264c9ccf3a3SEmmanuel Vadot }; 265c9ccf3a3SEmmanuel Vadot 2668cc087a1SEmmanuel Vadot rk809: pmic@20 { 2678cc087a1SEmmanuel Vadot compatible = "rockchip,rk809"; 2688cc087a1SEmmanuel Vadot reg = <0x20>; 2698cc087a1SEmmanuel Vadot interrupt-parent = <&gpio0>; 2708cc087a1SEmmanuel Vadot interrupts = <RK_PA3 IRQ_TYPE_LEVEL_LOW>; 271c9ccf3a3SEmmanuel Vadot assigned-clocks = <&cru I2S1_MCLKOUT_TX>; 272c9ccf3a3SEmmanuel Vadot assigned-clock-parents = <&cru CLK_I2S1_8CH_TX>; 2738cc087a1SEmmanuel Vadot #clock-cells = <1>; 274c9ccf3a3SEmmanuel Vadot clock-names = "mclk"; 275c9ccf3a3SEmmanuel Vadot clocks = <&cru I2S1_MCLKOUT_TX>; 2768cc087a1SEmmanuel Vadot pinctrl-names = "default"; 277c9ccf3a3SEmmanuel Vadot pinctrl-0 = <&pmic_int>, <&i2s1m0_mclk>; 2788cc087a1SEmmanuel Vadot rockchip,system-power-controller; 279c9ccf3a3SEmmanuel Vadot #sound-dai-cells = <0>; 2808cc087a1SEmmanuel Vadot vcc1-supply = <&vcc3v3_sys>; 2818cc087a1SEmmanuel Vadot vcc2-supply = <&vcc3v3_sys>; 2828cc087a1SEmmanuel Vadot vcc3-supply = <&vcc3v3_sys>; 2838cc087a1SEmmanuel Vadot vcc4-supply = <&vcc3v3_sys>; 2848cc087a1SEmmanuel Vadot vcc5-supply = <&vcc3v3_sys>; 2858cc087a1SEmmanuel Vadot vcc6-supply = <&vcc3v3_sys>; 2868cc087a1SEmmanuel Vadot vcc7-supply = <&vcc3v3_sys>; 2878cc087a1SEmmanuel Vadot vcc8-supply = <&vcc3v3_sys>; 2888cc087a1SEmmanuel Vadot vcc9-supply = <&vcc3v3_sys>; 2898cc087a1SEmmanuel Vadot wakeup-source; 2908cc087a1SEmmanuel Vadot 2918cc087a1SEmmanuel Vadot regulators { 2928cc087a1SEmmanuel Vadot vdd_logic: DCDC_REG1 { 2938cc087a1SEmmanuel Vadot regulator-name = "vdd_logic"; 2948cc087a1SEmmanuel Vadot regulator-always-on; 2958cc087a1SEmmanuel Vadot regulator-boot-on; 2968cc087a1SEmmanuel Vadot regulator-initial-mode = <0x2>; 2978cc087a1SEmmanuel Vadot regulator-min-microvolt = <500000>; 2988cc087a1SEmmanuel Vadot regulator-max-microvolt = <1350000>; 2998cc087a1SEmmanuel Vadot regulator-ramp-delay = <6001>; 3008cc087a1SEmmanuel Vadot 3018cc087a1SEmmanuel Vadot regulator-state-mem { 3028cc087a1SEmmanuel Vadot regulator-off-in-suspend; 3038cc087a1SEmmanuel Vadot }; 3048cc087a1SEmmanuel Vadot }; 3058cc087a1SEmmanuel Vadot 3068cc087a1SEmmanuel Vadot vdd_gpu: DCDC_REG2 { 3078cc087a1SEmmanuel Vadot regulator-name = "vdd_gpu"; 308c9ccf3a3SEmmanuel Vadot regulator-always-on; 3098cc087a1SEmmanuel Vadot regulator-initial-mode = <0x2>; 3108cc087a1SEmmanuel Vadot regulator-min-microvolt = <500000>; 3118cc087a1SEmmanuel Vadot regulator-max-microvolt = <1350000>; 3128cc087a1SEmmanuel Vadot regulator-ramp-delay = <6001>; 3138cc087a1SEmmanuel Vadot 3148cc087a1SEmmanuel Vadot regulator-state-mem { 3158cc087a1SEmmanuel Vadot regulator-off-in-suspend; 3168cc087a1SEmmanuel Vadot }; 3178cc087a1SEmmanuel Vadot }; 3188cc087a1SEmmanuel Vadot 3198cc087a1SEmmanuel Vadot vcc_ddr: DCDC_REG3 { 3208cc087a1SEmmanuel Vadot regulator-name = "vcc_ddr"; 3218cc087a1SEmmanuel Vadot regulator-always-on; 3228cc087a1SEmmanuel Vadot regulator-boot-on; 3238cc087a1SEmmanuel Vadot regulator-initial-mode = <0x2>; 3248cc087a1SEmmanuel Vadot 3258cc087a1SEmmanuel Vadot regulator-state-mem { 3268cc087a1SEmmanuel Vadot regulator-on-in-suspend; 3278cc087a1SEmmanuel Vadot }; 3288cc087a1SEmmanuel Vadot }; 3298cc087a1SEmmanuel Vadot 3308cc087a1SEmmanuel Vadot vdd_npu: DCDC_REG4 { 3318cc087a1SEmmanuel Vadot regulator-name = "vdd_npu"; 3328cc087a1SEmmanuel Vadot regulator-initial-mode = <0x2>; 3338cc087a1SEmmanuel Vadot regulator-min-microvolt = <500000>; 3348cc087a1SEmmanuel Vadot regulator-max-microvolt = <1350000>; 3358cc087a1SEmmanuel Vadot regulator-ramp-delay = <6001>; 3368cc087a1SEmmanuel Vadot 3378cc087a1SEmmanuel Vadot regulator-state-mem { 3388cc087a1SEmmanuel Vadot regulator-off-in-suspend; 3398cc087a1SEmmanuel Vadot }; 3408cc087a1SEmmanuel Vadot }; 3418cc087a1SEmmanuel Vadot 3428cc087a1SEmmanuel Vadot vcc_1v8: DCDC_REG5 { 3438cc087a1SEmmanuel Vadot regulator-name = "vcc_1v8"; 3448cc087a1SEmmanuel Vadot regulator-always-on; 3458cc087a1SEmmanuel Vadot regulator-boot-on; 3468cc087a1SEmmanuel Vadot regulator-min-microvolt = <1800000>; 3478cc087a1SEmmanuel Vadot regulator-max-microvolt = <1800000>; 3488cc087a1SEmmanuel Vadot 3498cc087a1SEmmanuel Vadot regulator-state-mem { 3508cc087a1SEmmanuel Vadot regulator-off-in-suspend; 3518cc087a1SEmmanuel Vadot }; 3528cc087a1SEmmanuel Vadot }; 3538cc087a1SEmmanuel Vadot 3548cc087a1SEmmanuel Vadot vdda0v9_image: LDO_REG1 { 3558cc087a1SEmmanuel Vadot regulator-name = "vdda0v9_image"; 3568cc087a1SEmmanuel Vadot regulator-min-microvolt = <900000>; 3578cc087a1SEmmanuel Vadot regulator-max-microvolt = <900000>; 3588cc087a1SEmmanuel Vadot 3598cc087a1SEmmanuel Vadot regulator-state-mem { 3608cc087a1SEmmanuel Vadot regulator-off-in-suspend; 3618cc087a1SEmmanuel Vadot }; 3628cc087a1SEmmanuel Vadot }; 3638cc087a1SEmmanuel Vadot 3648cc087a1SEmmanuel Vadot vdda_0v9: LDO_REG2 { 3658cc087a1SEmmanuel Vadot regulator-name = "vdda_0v9"; 3668cc087a1SEmmanuel Vadot regulator-always-on; 3678cc087a1SEmmanuel Vadot regulator-boot-on; 3688cc087a1SEmmanuel Vadot regulator-min-microvolt = <900000>; 3698cc087a1SEmmanuel Vadot regulator-max-microvolt = <900000>; 3708cc087a1SEmmanuel Vadot 3718cc087a1SEmmanuel Vadot regulator-state-mem { 3728cc087a1SEmmanuel Vadot regulator-off-in-suspend; 3738cc087a1SEmmanuel Vadot }; 3748cc087a1SEmmanuel Vadot }; 3758cc087a1SEmmanuel Vadot 3768cc087a1SEmmanuel Vadot vdda0v9_pmu: LDO_REG3 { 3778cc087a1SEmmanuel Vadot regulator-name = "vdda0v9_pmu"; 3788cc087a1SEmmanuel Vadot regulator-always-on; 3798cc087a1SEmmanuel Vadot regulator-boot-on; 3808cc087a1SEmmanuel Vadot regulator-min-microvolt = <900000>; 3818cc087a1SEmmanuel Vadot regulator-max-microvolt = <900000>; 3828cc087a1SEmmanuel Vadot 3838cc087a1SEmmanuel Vadot regulator-state-mem { 3848cc087a1SEmmanuel Vadot regulator-on-in-suspend; 3858cc087a1SEmmanuel Vadot regulator-suspend-microvolt = <900000>; 3868cc087a1SEmmanuel Vadot }; 3878cc087a1SEmmanuel Vadot }; 3888cc087a1SEmmanuel Vadot 3898cc087a1SEmmanuel Vadot vccio_acodec: LDO_REG4 { 3908cc087a1SEmmanuel Vadot regulator-name = "vccio_acodec"; 391c9ccf3a3SEmmanuel Vadot regulator-always-on; 3928cc087a1SEmmanuel Vadot regulator-min-microvolt = <3300000>; 3938cc087a1SEmmanuel Vadot regulator-max-microvolt = <3300000>; 3948cc087a1SEmmanuel Vadot 3958cc087a1SEmmanuel Vadot regulator-state-mem { 3968cc087a1SEmmanuel Vadot regulator-off-in-suspend; 3978cc087a1SEmmanuel Vadot }; 3988cc087a1SEmmanuel Vadot }; 3998cc087a1SEmmanuel Vadot 4008cc087a1SEmmanuel Vadot vccio_sd: LDO_REG5 { 4018cc087a1SEmmanuel Vadot regulator-name = "vccio_sd"; 4028cc087a1SEmmanuel Vadot regulator-min-microvolt = <1800000>; 4038cc087a1SEmmanuel Vadot regulator-max-microvolt = <3300000>; 4048cc087a1SEmmanuel Vadot 4058cc087a1SEmmanuel Vadot regulator-state-mem { 4068cc087a1SEmmanuel Vadot regulator-off-in-suspend; 4078cc087a1SEmmanuel Vadot }; 4088cc087a1SEmmanuel Vadot }; 4098cc087a1SEmmanuel Vadot 4108cc087a1SEmmanuel Vadot vcc3v3_pmu: LDO_REG6 { 4118cc087a1SEmmanuel Vadot regulator-name = "vcc3v3_pmu"; 4128cc087a1SEmmanuel Vadot regulator-always-on; 4138cc087a1SEmmanuel Vadot regulator-boot-on; 4148cc087a1SEmmanuel Vadot regulator-min-microvolt = <3300000>; 4158cc087a1SEmmanuel Vadot regulator-max-microvolt = <3300000>; 4168cc087a1SEmmanuel Vadot 4178cc087a1SEmmanuel Vadot regulator-state-mem { 4188cc087a1SEmmanuel Vadot regulator-on-in-suspend; 4198cc087a1SEmmanuel Vadot regulator-suspend-microvolt = <3300000>; 4208cc087a1SEmmanuel Vadot }; 4218cc087a1SEmmanuel Vadot }; 4228cc087a1SEmmanuel Vadot 4238cc087a1SEmmanuel Vadot vcca_1v8: LDO_REG7 { 4248cc087a1SEmmanuel Vadot regulator-name = "vcca_1v8"; 4258cc087a1SEmmanuel Vadot regulator-always-on; 4268cc087a1SEmmanuel Vadot regulator-boot-on; 4278cc087a1SEmmanuel Vadot regulator-min-microvolt = <1800000>; 4288cc087a1SEmmanuel Vadot regulator-max-microvolt = <1800000>; 4298cc087a1SEmmanuel Vadot 4308cc087a1SEmmanuel Vadot regulator-state-mem { 4318cc087a1SEmmanuel Vadot regulator-off-in-suspend; 4328cc087a1SEmmanuel Vadot }; 4338cc087a1SEmmanuel Vadot }; 4348cc087a1SEmmanuel Vadot 4358cc087a1SEmmanuel Vadot vcca1v8_pmu: LDO_REG8 { 4368cc087a1SEmmanuel Vadot regulator-name = "vcca1v8_pmu"; 4378cc087a1SEmmanuel Vadot regulator-always-on; 4388cc087a1SEmmanuel Vadot regulator-boot-on; 4398cc087a1SEmmanuel Vadot regulator-min-microvolt = <1800000>; 4408cc087a1SEmmanuel Vadot regulator-max-microvolt = <1800000>; 4418cc087a1SEmmanuel Vadot 4428cc087a1SEmmanuel Vadot regulator-state-mem { 4438cc087a1SEmmanuel Vadot regulator-on-in-suspend; 4448cc087a1SEmmanuel Vadot regulator-suspend-microvolt = <1800000>; 4458cc087a1SEmmanuel Vadot }; 4468cc087a1SEmmanuel Vadot }; 4478cc087a1SEmmanuel Vadot 4488cc087a1SEmmanuel Vadot vcca1v8_image: LDO_REG9 { 4498cc087a1SEmmanuel Vadot regulator-name = "vcca1v8_image"; 4508cc087a1SEmmanuel Vadot regulator-min-microvolt = <1800000>; 4518cc087a1SEmmanuel Vadot regulator-max-microvolt = <1800000>; 4528cc087a1SEmmanuel Vadot 4538cc087a1SEmmanuel Vadot regulator-state-mem { 4548cc087a1SEmmanuel Vadot regulator-off-in-suspend; 4558cc087a1SEmmanuel Vadot }; 4568cc087a1SEmmanuel Vadot }; 4578cc087a1SEmmanuel Vadot 4588cc087a1SEmmanuel Vadot vcc_3v3: SWITCH_REG1 { 4598cc087a1SEmmanuel Vadot regulator-name = "vcc_3v3"; 4608cc087a1SEmmanuel Vadot regulator-always-on; 4618cc087a1SEmmanuel Vadot regulator-boot-on; 4628cc087a1SEmmanuel Vadot 4638cc087a1SEmmanuel Vadot regulator-state-mem { 4648cc087a1SEmmanuel Vadot regulator-off-in-suspend; 4658cc087a1SEmmanuel Vadot }; 4668cc087a1SEmmanuel Vadot }; 4678cc087a1SEmmanuel Vadot 4688cc087a1SEmmanuel Vadot vcc3v3_sd: SWITCH_REG2 { 4698cc087a1SEmmanuel Vadot regulator-name = "vcc3v3_sd"; 4708cc087a1SEmmanuel Vadot 4718cc087a1SEmmanuel Vadot regulator-state-mem { 4728cc087a1SEmmanuel Vadot regulator-off-in-suspend; 4738cc087a1SEmmanuel Vadot }; 4748cc087a1SEmmanuel Vadot }; 4758cc087a1SEmmanuel Vadot }; 476c9ccf3a3SEmmanuel Vadot 477c9ccf3a3SEmmanuel Vadot codec { 478c9ccf3a3SEmmanuel Vadot mic-in-differential; 4798cc087a1SEmmanuel Vadot }; 4808cc087a1SEmmanuel Vadot }; 481c9ccf3a3SEmmanuel Vadot}; 482c9ccf3a3SEmmanuel Vadot 483c9ccf3a3SEmmanuel Vadot&i2c1 { 484c9ccf3a3SEmmanuel Vadot status = "okay"; 485c9ccf3a3SEmmanuel Vadot 486c9ccf3a3SEmmanuel Vadot touchscreen0: goodix@14 { 487c9ccf3a3SEmmanuel Vadot compatible = "goodix,gt1151"; 488c9ccf3a3SEmmanuel Vadot reg = <0x14>; 489c9ccf3a3SEmmanuel Vadot interrupt-parent = <&gpio0>; 490c9ccf3a3SEmmanuel Vadot interrupts = <RK_PB5 IRQ_TYPE_EDGE_FALLING>; 491c9ccf3a3SEmmanuel Vadot AVDD28-supply = <&vcc3v3_lcd0_n>; 492c9ccf3a3SEmmanuel Vadot irq-gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>; 493c9ccf3a3SEmmanuel Vadot pinctrl-names = "default"; 494c9ccf3a3SEmmanuel Vadot pinctrl-0 = <&touch_int &touch_rst>; 495c9ccf3a3SEmmanuel Vadot reset-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>; 496c9ccf3a3SEmmanuel Vadot VDDIO-supply = <&vcc3v3_lcd0_n>; 497c9ccf3a3SEmmanuel Vadot }; 498c9ccf3a3SEmmanuel Vadot}; 499c9ccf3a3SEmmanuel Vadot 500*b97ee269SEmmanuel Vadot&i2s0_8ch { 501*b97ee269SEmmanuel Vadot status = "okay"; 502*b97ee269SEmmanuel Vadot}; 503*b97ee269SEmmanuel Vadot 504c9ccf3a3SEmmanuel Vadot&i2s1_8ch { 505c9ccf3a3SEmmanuel Vadot rockchip,trcm-sync-tx-only; 506c9ccf3a3SEmmanuel Vadot status = "okay"; 507c9ccf3a3SEmmanuel Vadot}; 5088cc087a1SEmmanuel Vadot 5098cc087a1SEmmanuel Vadot&mdio0 { 5108cc087a1SEmmanuel Vadot rgmii_phy0: ethernet-phy@0 { 5118cc087a1SEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 5128cc087a1SEmmanuel Vadot reg = <0x0>; 5138cc087a1SEmmanuel Vadot reset-assert-us = <20000>; 5148cc087a1SEmmanuel Vadot reset-deassert-us = <100000>; 5158cc087a1SEmmanuel Vadot reset-gpios = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>; 5168cc087a1SEmmanuel Vadot }; 5178cc087a1SEmmanuel Vadot}; 5188cc087a1SEmmanuel Vadot 5198cc087a1SEmmanuel Vadot&mdio1 { 5208cc087a1SEmmanuel Vadot rgmii_phy1: ethernet-phy@0 { 5218cc087a1SEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 5228cc087a1SEmmanuel Vadot reg = <0x0>; 5238cc087a1SEmmanuel Vadot reset-assert-us = <20000>; 5248cc087a1SEmmanuel Vadot reset-deassert-us = <100000>; 5258cc087a1SEmmanuel Vadot reset-gpios = <&gpio2 RK_PD1 GPIO_ACTIVE_LOW>; 5268cc087a1SEmmanuel Vadot }; 5278cc087a1SEmmanuel Vadot}; 5288cc087a1SEmmanuel Vadot 5298cc087a1SEmmanuel Vadot&pinctrl { 530c9ccf3a3SEmmanuel Vadot display { 531c9ccf3a3SEmmanuel Vadot vcc3v3_lcd0_n_en: vcc3v3_lcd0_n_en { 532c9ccf3a3SEmmanuel Vadot rockchip,pins = <0 RK_PC7 0 &pcfg_pull_none>; 533c9ccf3a3SEmmanuel Vadot }; 534c9ccf3a3SEmmanuel Vadot vcc3v3_lcd1_n_en: vcc3v3_lcd1_n_en { 535c9ccf3a3SEmmanuel Vadot rockchip,pins = <0 RK_PC5 0 &pcfg_pull_none>; 536c9ccf3a3SEmmanuel Vadot }; 537c9ccf3a3SEmmanuel Vadot }; 538c9ccf3a3SEmmanuel Vadot 539c9ccf3a3SEmmanuel Vadot leds { 540c9ccf3a3SEmmanuel Vadot led_work_en: led_work_en { 541c9ccf3a3SEmmanuel Vadot rockchip,pins = <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>; 542c9ccf3a3SEmmanuel Vadot }; 543c9ccf3a3SEmmanuel Vadot }; 544c9ccf3a3SEmmanuel Vadot 5458cc087a1SEmmanuel Vadot pmic { 5468cc087a1SEmmanuel Vadot pmic_int: pmic_int { 5478cc087a1SEmmanuel Vadot rockchip,pins = 5488cc087a1SEmmanuel Vadot <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_up>; 5498cc087a1SEmmanuel Vadot }; 5508cc087a1SEmmanuel Vadot }; 551c9ccf3a3SEmmanuel Vadot 552c9ccf3a3SEmmanuel Vadot touchscreen { 553c9ccf3a3SEmmanuel Vadot touch_int: touch_int { 554c9ccf3a3SEmmanuel Vadot rockchip,pins = <0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_up>; 555c9ccf3a3SEmmanuel Vadot }; 556c9ccf3a3SEmmanuel Vadot touch_rst: touch_rst { 557c9ccf3a3SEmmanuel Vadot rockchip,pins = <0 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>; 558c9ccf3a3SEmmanuel Vadot }; 559c9ccf3a3SEmmanuel Vadot }; 560c9ccf3a3SEmmanuel Vadot 561c9ccf3a3SEmmanuel Vadot usb { 562c9ccf3a3SEmmanuel Vadot vcc5v0_usb_host_en: vcc5v0_usb_host_en { 563c9ccf3a3SEmmanuel Vadot rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>; 564c9ccf3a3SEmmanuel Vadot }; 565d5b0e70fSEmmanuel Vadot vcc5v0_usb_otg_en: vcc5v0_usb_otg_en { 566d5b0e70fSEmmanuel Vadot rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>; 567d5b0e70fSEmmanuel Vadot }; 568c9ccf3a3SEmmanuel Vadot }; 5698cc087a1SEmmanuel Vadot}; 5708cc087a1SEmmanuel Vadot 5718cc087a1SEmmanuel Vadot&pmu_io_domains { 5728cc087a1SEmmanuel Vadot pmuio1-supply = <&vcc3v3_pmu>; 5738cc087a1SEmmanuel Vadot pmuio2-supply = <&vcc3v3_pmu>; 5748cc087a1SEmmanuel Vadot vccio1-supply = <&vccio_acodec>; 5758cc087a1SEmmanuel Vadot vccio2-supply = <&vcc_1v8>; 5768cc087a1SEmmanuel Vadot vccio3-supply = <&vccio_sd>; 5778cc087a1SEmmanuel Vadot vccio4-supply = <&vcc_1v8>; 5788cc087a1SEmmanuel Vadot vccio5-supply = <&vcc_3v3>; 5798cc087a1SEmmanuel Vadot vccio6-supply = <&vcc_1v8>; 5808cc087a1SEmmanuel Vadot vccio7-supply = <&vcc_3v3>; 5818cc087a1SEmmanuel Vadot status = "okay"; 5828cc087a1SEmmanuel Vadot}; 5838cc087a1SEmmanuel Vadot 5848cc087a1SEmmanuel Vadot&saradc { 5858cc087a1SEmmanuel Vadot vref-supply = <&vcca_1v8>; 5868cc087a1SEmmanuel Vadot status = "okay"; 5878cc087a1SEmmanuel Vadot}; 5888cc087a1SEmmanuel Vadot 5895956d97fSEmmanuel Vadot&sdhci { 5905956d97fSEmmanuel Vadot bus-width = <8>; 5915956d97fSEmmanuel Vadot max-frequency = <200000000>; 5925956d97fSEmmanuel Vadot non-removable; 5938cc087a1SEmmanuel Vadot pinctrl-names = "default"; 5948cc087a1SEmmanuel Vadot pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>; 5958cc087a1SEmmanuel Vadot status = "okay"; 5968cc087a1SEmmanuel Vadot}; 5978cc087a1SEmmanuel Vadot 5988cc087a1SEmmanuel Vadot&sdmmc0 { 5998cc087a1SEmmanuel Vadot bus-width = <4>; 6008cc087a1SEmmanuel Vadot cap-sd-highspeed; 6018cc087a1SEmmanuel Vadot cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>; 6028cc087a1SEmmanuel Vadot disable-wp; 6038cc087a1SEmmanuel Vadot pinctrl-names = "default"; 6048cc087a1SEmmanuel Vadot pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>; 6058cc087a1SEmmanuel Vadot sd-uhs-sdr104; 6068cc087a1SEmmanuel Vadot vmmc-supply = <&vcc3v3_sd>; 6078cc087a1SEmmanuel Vadot vqmmc-supply = <&vccio_sd>; 6085956d97fSEmmanuel Vadot status = "okay"; 6095956d97fSEmmanuel Vadot}; 6105956d97fSEmmanuel Vadot 611c9ccf3a3SEmmanuel Vadot&tsadc { 612c9ccf3a3SEmmanuel Vadot rockchip,hw-tshut-mode = <1>; 613c9ccf3a3SEmmanuel Vadot rockchip,hw-tshut-polarity = <0>; 614c9ccf3a3SEmmanuel Vadot status = "okay"; 615c9ccf3a3SEmmanuel Vadot}; 616c9ccf3a3SEmmanuel Vadot 6175956d97fSEmmanuel Vadot&uart2 { 6185956d97fSEmmanuel Vadot status = "okay"; 6195956d97fSEmmanuel Vadot}; 620c9ccf3a3SEmmanuel Vadot 621c9ccf3a3SEmmanuel Vadot&usb_host0_ehci { 622c9ccf3a3SEmmanuel Vadot status = "okay"; 623c9ccf3a3SEmmanuel Vadot}; 624c9ccf3a3SEmmanuel Vadot 625c9ccf3a3SEmmanuel Vadot&usb_host0_ohci { 626c9ccf3a3SEmmanuel Vadot status = "okay"; 627c9ccf3a3SEmmanuel Vadot}; 628c9ccf3a3SEmmanuel Vadot 629d5b0e70fSEmmanuel Vadot&usb_host0_xhci { 630d5b0e70fSEmmanuel Vadot extcon = <&usb2phy0>; 631d5b0e70fSEmmanuel Vadot status = "okay"; 632d5b0e70fSEmmanuel Vadot}; 633d5b0e70fSEmmanuel Vadot 634c9ccf3a3SEmmanuel Vadot&usb_host1_ehci { 635c9ccf3a3SEmmanuel Vadot status = "okay"; 636c9ccf3a3SEmmanuel Vadot}; 637c9ccf3a3SEmmanuel Vadot 638c9ccf3a3SEmmanuel Vadot&usb_host1_ohci { 639c9ccf3a3SEmmanuel Vadot status = "okay"; 640c9ccf3a3SEmmanuel Vadot}; 641c9ccf3a3SEmmanuel Vadot 642d5b0e70fSEmmanuel Vadot&usb_host1_xhci { 643d5b0e70fSEmmanuel Vadot status = "okay"; 644d5b0e70fSEmmanuel Vadot}; 645d5b0e70fSEmmanuel Vadot 646d5b0e70fSEmmanuel Vadot&usb2phy0 { 647d5b0e70fSEmmanuel Vadot status = "okay"; 648d5b0e70fSEmmanuel Vadot}; 649d5b0e70fSEmmanuel Vadot 650d5b0e70fSEmmanuel Vadot&usb2phy0_host { 651d5b0e70fSEmmanuel Vadot phy-supply = <&vcc5v0_usb_host>; 652d5b0e70fSEmmanuel Vadot status = "okay"; 653d5b0e70fSEmmanuel Vadot}; 654d5b0e70fSEmmanuel Vadot 655d5b0e70fSEmmanuel Vadot&usb2phy0_otg { 656*b97ee269SEmmanuel Vadot phy-supply = <&vcc5v0_usb_otg>; 657d5b0e70fSEmmanuel Vadot status = "okay"; 658d5b0e70fSEmmanuel Vadot}; 659d5b0e70fSEmmanuel Vadot 660c9ccf3a3SEmmanuel Vadot&usb2phy1 { 661c9ccf3a3SEmmanuel Vadot status = "okay"; 662c9ccf3a3SEmmanuel Vadot}; 663c9ccf3a3SEmmanuel Vadot 664c9ccf3a3SEmmanuel Vadot&usb2phy1_host { 665c9ccf3a3SEmmanuel Vadot phy-supply = <&vcc5v0_usb_host>; 666c9ccf3a3SEmmanuel Vadot status = "okay"; 667c9ccf3a3SEmmanuel Vadot}; 668c9ccf3a3SEmmanuel Vadot 669c9ccf3a3SEmmanuel Vadot&usb2phy1_otg { 670c9ccf3a3SEmmanuel Vadot phy-supply = <&vcc5v0_usb_host>; 671c9ccf3a3SEmmanuel Vadot status = "okay"; 672c9ccf3a3SEmmanuel Vadot}; 673*b97ee269SEmmanuel Vadot 674*b97ee269SEmmanuel Vadot&vop { 675*b97ee269SEmmanuel Vadot assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>; 676*b97ee269SEmmanuel Vadot assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>; 677*b97ee269SEmmanuel Vadot status = "okay"; 678*b97ee269SEmmanuel Vadot}; 679*b97ee269SEmmanuel Vadot 680*b97ee269SEmmanuel Vadot&vop_mmu { 681*b97ee269SEmmanuel Vadot status = "okay"; 682*b97ee269SEmmanuel Vadot}; 683*b97ee269SEmmanuel Vadot 684*b97ee269SEmmanuel Vadot&vp0 { 685*b97ee269SEmmanuel Vadot vp0_out_hdmi: endpoint@ROCKCHIP_VOP2_EP_HDMI0 { 686*b97ee269SEmmanuel Vadot reg = <ROCKCHIP_VOP2_EP_HDMI0>; 687*b97ee269SEmmanuel Vadot remote-endpoint = <&hdmi_in_vp0>; 688*b97ee269SEmmanuel Vadot }; 689*b97ee269SEmmanuel Vadot}; 690