// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * Copyright (c) 2022 Rockchip Electronics Co., Ltd. * */ /dts-v1/; #include "rk3562.dtsi" #include "rk3562-evb.dtsi" #include #include #include / { model = "Rockchip RK3562 Toybrick Board"; compatible = "rockchip,rk3562-toybrick", "rockchip,rk3562"; adc_keys: adc-keys { status = "okay"; compatible = "adc-keys"; io-channels = <&saradc0 1>; io-channel-names = "buttons"; keyup-threshold-microvolt = <1800000>; poll-interval = <100>; vol-up-key { label = "volume up"; linux,code = ; press-threshold-microvolt = <17000>; }; }; dc_12v: dc-12v { compatible = "regulator-fixed"; regulator-name = "dc_12v"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <12000000>; regulator-max-microvolt = <12000000>; }; leds: leds { compatible = "gpio-leds"; status = "okay"; led@1 { gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>; label = "work_led"; default-state = "on"; linux,default-trigger = "default-on"; pinctrl-names = "default"; pinctrl-0 = <&work_led>; }; }; rk809_sound: rk809-sound { status = "okay"; compatible = "rockchip,multicodecs-card"; rockchip,card-name = "rockchip-rk809"; hp-det-gpio = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>; rockchip,format = "i2s"; rockchip,mclk-fs = <256>; rockchip,cpu = <&sai0>; rockchip,codec = <&rk809_codec>; pinctrl-names = "default"; pinctrl-0 = <&hp_det>; }; sdio_pwrseq: sdio-pwrseq { compatible = "mmc-pwrseq-simple"; clocks = <&rk809 1>; clock-names = "ext_clock"; pinctrl-names = "default"; pinctrl-0 = <&wifi_enable_h>; /* * On the module itself this is one of these (depending * on the actual card populated): * - SDIO_RESET_L_WL_REG_ON * - PDN (power down when low) */ post-power-on-delay-ms = <200>; reset-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_LOW>; }; vcc3v3_pcie20: vcc3v3-pcie20 { compatible = "regulator-fixed"; regulator-name = "vcc3v3_pcie20"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; enable-active-high; gpios = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; startup-delay-us = <5000>; vin-supply = <&dc_12v>; }; vcc5v0_sys: vcc5v0-sys { compatible = "regulator-fixed"; regulator-name = "vcc5v0_sys"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; vin-supply = <&dc_12v>; }; vcc5v0_usb: vcc5v0-usb { compatible = "regulator-fixed"; regulator-name = "vcc5v0_usb"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; vin-supply = <&dc_12v>; }; vcc5v0_usb_host: vcc5v0-usb-host { compatible = "regulator-fixed"; regulator-name = "vcc5v0_usb_host"; regulator-boot-on; regulator-always-on; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; enable-active-high; gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; vin-supply = <&vcc5v0_usb>; pinctrl-names = "default"; pinctrl-0 = <&usb_host_pwren>; }; vcc5v0_usb_otg: vcc5v0-usb-otg { compatible = "regulator-fixed"; regulator-name = "vcc5v0_usb_otg"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; enable-active-high; gpio = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>; vin-supply = <&vcc5v0_usb>; pinctrl-names = "default"; pinctrl-0 = <&usb_otg_pwren>; }; vcc3v3_clk: vcc3v3-clk { compatible = "regulator-fixed"; regulator-name = "vcc3v3_clk"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; vin-supply = <&vcc5v0_sys>; }; vcc3v3_sys: vcc-sys { compatible = "regulator-fixed"; regulator-name = "vcc3v3_sys"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; vin-supply = <&dc_12v>; }; vcc25_ddr: vcc25-ddr { compatible = "regulator-fixed"; regulator-name = "vcc25_ddr"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <2500000>; regulator-max-microvolt = <2500000>; vin-supply = <&vcc3v3_sys>; }; vdd_npu: vdd-npu { compatible = "pwm-regulator"; pwms = <&pwm6 0 5000 1>; regulator-name = "vdd_npu"; regulator-min-microvolt = <800000>; regulator-max-microvolt = <1100000>; regulator-init-microvolt = <900000>; regulator-always-on; regulator-boot-on; regulator-settling-time-up-us = <250>; pwm-supply = <&vcc5v0_sys>; status = "okay"; }; vcc_4g: vcc-4g-regulator { compatible = "regulator-fixed"; enable-active-high; gpio = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&vcc_4g_drv>; regulator-name = "vcc_4g"; regulator-always-on; regulator-boot-on; }; wireless-wlan { compatible = "wlan-platdata"; rockchip,grf = <&sys_grf>; wifi_chip_type = "ap6275s"; pinctrl-names = "default"; pinctrl-0 = <&wifi_host_wake_irq>; WIFI,host_wake_irq = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>; WIFI,poweren_gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>; status = "okay"; }; wireless-bluetooth { compatible = "bluetooth-platdata"; clocks = <&rk809 1>; clock-names = "ext_clock"; //wifi-bt-power-toggle; uart_rts_gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_LOW>; pinctrl-names = "default", "rts_gpio"; pinctrl-0 = <&uart1m0_rtsn>; pinctrl-1 = <&uart1_gpios>; BT,reset_gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>; BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; BT,wake_host_irq = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; status = "okay"; }; }; &combphy_pu { status = "okay"; }; &dsi { status = "okay"; }; &dsi_in_vp0 { status = "okay"; }; &dsi_panel { power-supply = <&vcc3v3_lcd_n>; reset-gpios = <&gpio0 RK_PA7 GPIO_ACTIVE_LOW>; pinctrl-names = "default"; pinctrl-0 = <&lcd_rst_gpio>; }; &gmac0 { /* Use rgmii-rxid mode to disable rx delay inside Soc */ phy-mode = "rgmii-rxid"; clock_in_out = "output"; snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>; snps,reset-active-low; /* Reset time is 20ms, 100ms for rtl8211f */ snps,reset-delays-us = <0 20000 100000>; tx_delay = <0x42>; /* rx_delay = <0x3f>; */ pinctrl-names = "default"; pinctrl-0 = <&rgmiim0_miim &rgmiim0_tx_bus2 &rgmiim0_rx_bus2 &rgmiim0_rgmii_clk &rgmiim0_rgmii_bus ðm0_pins>; phy-handle = <&rgmii_phy>; status = "okay"; }; &i2c2 { status = "okay"; gt1x: gt1x@14 { compatible = "goodix,gt1x"; reg = <0x14>; pinctrl-names = "default"; pinctrl-0 = <&touch_gpio>; goodix,rst-gpio = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; goodix,irq-gpio = <&gpio0 RK_PC3 GPIO_ACTIVE_LOW>; /* * power-supply should switche to vcc3v3_lcd1_n * when mipi panel is connected to dsi1. */ power-supply = <&vcc3v3_lcd_n>; }; hym8563: hym8563@51 { compatible = "haoyu,hym8563"; reg = <0x51>; #clock-cells = <0>; clock-frequency = <32768>; clock-output-names = "hym8563"; pinctrl-names = "default"; pinctrl-0 = <&hym8563_int>; interrupt-parent = <&gpio0>; interrupts = ; wakeup-source; }; }; &mdio0 { rgmii_phy: phy@1 { compatible = "ethernet-phy-ieee802.3-c22"; reg = <0x1>; clocks = <&cru CLK_GMAC_ETH_OUT2IO>; assigned-clocks = <&cru CLK_GMAC_ETH_OUT2IO>; assigned-clock-rates = <25000000>; }; }; &pcie2x1 { reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>; vpcie3v3-supply = <&vcc3v3_pcie20>; status = "okay"; }; &pinctrl { headphone { hp_det: hp-det { rockchip,pins = <1 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>; }; }; lcd { lcd_rst_gpio: lcd-rst-gpio { rockchip,pins = <0 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>; }; }; led { work_led: work-led { rockchip,pins = <4 RK_PB4 RK_FUNC_GPIO &pcfg_pull_up>; }; }; rtc { hym8563_int: hym8563-int { rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>; }; }; touch { touch_gpio: touch-gpio { rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_up>, <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>; }; }; sdio-pwrseq { wifi_enable_h: wifi-enable-h { rockchip,pins = <0 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>; }; }; usb { usb_host_pwren: usb-host-pwren { rockchip,pins = <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>; }; usb_otg_pwren: usb-otg-pwren { rockchip,pins = <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>; }; }; 4g { vcc_4g_drv: vcc-4g-drv { rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>, // 4G_PWR_EN <1 RK_PD7 RK_FUNC_GPIO &pcfg_output_low>, // 4G_ENABLE <1 RK_PD6 RK_FUNC_GPIO &pcfg_output_high>; // 4G_RESET }; }; wireless-wlan { wifi_host_wake_irq: wifi-host-wake-irq { rockchip,pins = <0 RK_PB4 RK_FUNC_GPIO &pcfg_pull_down>; }; }; wireless-bluetooth { uart1_gpios: uart1-gpios { rockchip,pins = <1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>; }; }; }; &pwm6 { status = "okay"; }; &route_dsi { status = "okay"; }; &sai0 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&i2s0m0_lrck &i2s0m0_sclk &i2s0m0_sdi0 &i2s0m0_sdo0>; }; &sdmmc0 { no-sdio; no-mmc; bus-width = <4>; cap-mmc-highspeed; cap-sd-highspeed; disable-wp; sd-uhs-sdr104; vmmc-supply = <&vcc3v3_sd>; vqmmc-supply = <&vccio_sd>; pinctrl-names = "default"; pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>; status = "okay"; }; &sdmmc1 { no-sd; no-mmc; bus-width = <4>; disable-wp; cap-sd-highspeed; cap-sdio-irq; keep-power-in-suspend; mmc-pwrseq = <&sdio_pwrseq>; non-removable; pinctrl-names = "default"; pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>; sd-uhs-sdr104; status = "okay"; }; &spdif_8ch { pinctrl-0 = <&spdifm0_pins>; status = "okay"; }; &u2phy { status = "okay"; }; &u2phy_host { status = "okay"; phy-supply = <&vcc5v0_usb_host>; }; &u2phy_otg { status = "okay"; vbus-supply = <&vcc5v0_usb_otg>; }; &uart1 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>; }; &uart4 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&uart4m0_xfer>; }; &uart7 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&uart7m0_xfer>; }; &spi2 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&spi2m0_csn0 &spi2m0_pins>; }; &usb_host0_ehci { status = "okay"; }; &usb_host0_ohci { status = "okay"; }; &usbdrd30 { status = "okay"; }; &usbdrd_dwc3 { status = "okay"; dr_mode = "otg"; extcon = <&u2phy>; maximum-speed = "high-speed"; phys = <&u2phy_otg>; phy-names = "usb2-phy"; snps,dis_u2_susphy_quirk; snps,usb2-lpm-disable; }; &vcc3v3_lcd_n { gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; enable-active-high; }; &video_phy { status = "okay"; };