984 lines
20 KiB
Diff
984 lines
20 KiB
Diff
|
new file mode 100644
|
||
|
index 00000000..65e9c44b
|
||
|
--- /dev/null
|
||
|
+++ b/arch/arm/dts/rk3399-orangepi-800.dts
|
||
|
@@ -0,0 +1,977 @@
|
||
|
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
+/*
|
||
|
+ * Copyright (c) 2019 Akash Gajjar <Akash_Gajjar@mentor.com>
|
||
|
+ * Copyright (c) 2019 Pragnesh Patel <Pragnesh_Patel@mentor.com>
|
||
|
+ * Copyright (c) 2022 Furkan Kardame <f.kardame@manjaro.org>
|
||
|
+ */
|
||
|
+
|
||
|
+/dts-v1/;
|
||
|
+#include <dt-bindings/input/linux-event-codes.h>
|
||
|
+#include <dt-bindings/pwm/pwm.h>
|
||
|
+#include <dt-bindings/input/input.h>
|
||
|
+#include <dt-bindings/interrupt-controller/irq.h>
|
||
|
+#include <dt-bindings/usb/pd.h>
|
||
|
+#include "rk3399.dtsi"
|
||
|
+#include "rk3399-opp.dtsi"
|
||
|
+
|
||
|
+/ {
|
||
|
+ model = "Orange Pi 800 Keyboard";
|
||
|
+ compatible = "rockchip,rk3399-orangepi-800", "rockchip,rk3399";
|
||
|
+
|
||
|
+ aliases {
|
||
|
+ mmc0 = &sdio0;
|
||
|
+ mmc1 = &sdmmc;
|
||
|
+ mmc2 = &sdhci;
|
||
|
+ };
|
||
|
+
|
||
|
+ cpuinfo {
|
||
|
+ compatible = "rockchip,cpuinfo";
|
||
|
+ nvmem-cells = <&cpu_id>;
|
||
|
+ nvmem-cell-names = "id";
|
||
|
+ };
|
||
|
+
|
||
|
+ chosen {
|
||
|
+ stdout-path = "serial2:1500000n8";
|
||
|
+ };
|
||
|
+
|
||
|
+ aliases {
|
||
|
+ spi2 = &spi2;
|
||
|
+ };
|
||
|
+
|
||
|
+ clkin_gmac: external-gmac-clock {
|
||
|
+ compatible = "fixed-clock";
|
||
|
+ clock-frequency = <125000000>;
|
||
|
+ clock-output-names = "clkin_gmac";
|
||
|
+ #clock-cells = <0>;
|
||
|
+ };
|
||
|
+
|
||
|
+ sdio_pwrseq: sdio-pwrseq {
|
||
|
+ compatible = "mmc-pwrseq-simple";
|
||
|
+ clocks = <&rk808 1>;
|
||
|
+ clock-names = "ext_clock";
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&wifi_reg_on_h>;
|
||
|
+ reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>;
|
||
|
+ };
|
||
|
+
|
||
|
+ usb_vbus: usb-vbus {
|
||
|
+ compatible = "regulator-fixed";
|
||
|
+ regulator-name = "usb_vbus";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <5000000>;
|
||
|
+ regulator-max-microvolt = <5000000>;
|
||
|
+ vin-supply = <&vcc5v0_sys>;
|
||
|
+
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ usb3_vbus: usb3-vbus {
|
||
|
+ compatible = "regulator-fixed";
|
||
|
+ regulator-name = "usb3_vbus";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <5000000>;
|
||
|
+ regulator-max-microvolt = <5000000>;
|
||
|
+ vin-supply = <&vcc5v0_sys>;
|
||
|
+
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc3v0_sd: vcc3v0-sd {
|
||
|
+ compatible = "regulator-fixed";
|
||
|
+ enable-active-high;
|
||
|
+ gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&sdmmc0_pwr_h>;
|
||
|
+ regulator-name = "vcc3v0_sd";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-min-microvolt = <3000000>;
|
||
|
+ regulator-max-microvolt = <3000000>;
|
||
|
+ vin-supply = <&vcc3v3_sys>;
|
||
|
+
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc3v3_sys: vcc3v3-sys {
|
||
|
+ compatible = "regulator-fixed";
|
||
|
+ regulator-name = "vcc3v3_sys";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <3300000>;
|
||
|
+ regulator-max-microvolt = <3300000>;
|
||
|
+ vin-supply = <&vcc_sys>;
|
||
|
+
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ 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 = <&vcc_sys>;
|
||
|
+
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc_sys: vcc-sys {
|
||
|
+ compatible = "regulator-fixed";
|
||
|
+ regulator-name = "vcc_sys";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ };
|
||
|
+
|
||
|
+ vdd_log: vdd-log {
|
||
|
+ compatible = "pwm-regulator";
|
||
|
+ pwms = <&pwm2 0 25000 1>;
|
||
|
+ regulator-name = "vdd_log";
|
||
|
+ regulator-min-microvolt = <800000>;
|
||
|
+ regulator-max-microvolt = <1400000>;
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ vin-supply = <&vcc3v3_sys>;
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc3v3_pcie: vcc3v3-pcie-regulator {
|
||
|
+ compatible = "regulator-fixed";
|
||
|
+ enable-active-high;
|
||
|
+ gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&pcie_pwr_en>;
|
||
|
+ regulator-name = "vcc3v3_pcie";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ };
|
||
|
+
|
||
|
+ /* Audio components */
|
||
|
+ es8316-sound {
|
||
|
+ compatible = "simple-audio-card";
|
||
|
+ simple-audio-card,name = "rockchip,es8316-codec";
|
||
|
+ simple-audio-card,format = "i2s";
|
||
|
+ simple-audio-card,mclk-fs = <256>;
|
||
|
+
|
||
|
+ simple-audio-card,widgets =
|
||
|
+ "Microphone", "Mic Jack",
|
||
|
+ "Headphone", "Headphones";
|
||
|
+ simple-audio-card,routing =
|
||
|
+ "MIC1", "Mic Jack",
|
||
|
+ "Headphones", "HPOL",
|
||
|
+ "Headphones", "HPOR";
|
||
|
+
|
||
|
+ simple-audio-card,cpu {
|
||
|
+ sound-dai = <&i2s0>;
|
||
|
+ };
|
||
|
+
|
||
|
+ simple-audio-card,codec {
|
||
|
+ sound-dai = <&es8316>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ hdmi_sound: hdmi-sound {
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+
|
||
|
+ hdmi_dp_sound: hdmi-dp-sound {
|
||
|
+ status = "okay";
|
||
|
+ compatible = "rockchip,rk3399-hdmi-dp";
|
||
|
+ rockchip,cpu = <&i2s2>;
|
||
|
+ rockchip,codec = <&hdmi>, <&cdn_dp>;
|
||
|
+ };
|
||
|
+
|
||
|
+ adc-keys {
|
||
|
+ compatible = "adc-keys";
|
||
|
+ io-channels = <&saradc 1>;
|
||
|
+ io-channel-names = "buttons";
|
||
|
+ poll-interval = <100>;
|
||
|
+ keyup-threshold-microvolt = <1800000>;
|
||
|
+
|
||
|
+ button-up {
|
||
|
+ label = "Volume Up";
|
||
|
+ linux,code = <KEY_VOLUMEUP>;
|
||
|
+ press-threshold-microvolt = <100000>;
|
||
|
+ };
|
||
|
+
|
||
|
+ button-down {
|
||
|
+ label = "Volume Down";
|
||
|
+ linux,code = <KEY_VOLUMEDOWN>;
|
||
|
+ press-threshold-microvolt = <300000>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ gpio-keys {
|
||
|
+ compatible = "gpio-keys";
|
||
|
+ #address-cells = <1>;
|
||
|
+ #size-cells = <0>;
|
||
|
+ autorepeat;
|
||
|
+
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&power_key>;
|
||
|
+
|
||
|
+ button@0 {
|
||
|
+ gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>;
|
||
|
+ linux,code = <KEY_POWER>;
|
||
|
+ label = "GPIO Key Power";
|
||
|
+ linux,input-type = <1>;
|
||
|
+ gpio-key,wakeup = <1>;
|
||
|
+ debounce-interval = <100>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ leds: gpio-leds {
|
||
|
+ compatible = "gpio-leds";
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 =<&leds_gpio>;
|
||
|
+
|
||
|
+ power {
|
||
|
+ gpios = <&gpio1 RK_PA1 GPIO_ACTIVE_HIGH>;
|
||
|
+ label = "power_led";
|
||
|
+ linux,default-trigger = "none";
|
||
|
+ linux,default-trigger-delay-ms = <0>;
|
||
|
+ default-state = "on";
|
||
|
+ };
|
||
|
+
|
||
|
+ num {
|
||
|
+ gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>;
|
||
|
+ label = "num_led";
|
||
|
+ linux,default-trigger = "kbd-numlock";
|
||
|
+ linux,default-trigger-delay-ms = <0>;
|
||
|
+ default-state = "off";
|
||
|
+ };
|
||
|
+
|
||
|
+ caps {
|
||
|
+ gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
|
||
|
+ label = "caps_led";
|
||
|
+ linux,default-trigger = "kbd-capslock";
|
||
|
+ linux,default-trigger-delay-ms = <0>;
|
||
|
+ default-state = "off";
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ sprd-wlan {
|
||
|
+ compatible = "sprd,uwe5622-wifi";
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+
|
||
|
+ unisoc_uwe_bsp: uwe-bsp {
|
||
|
+ compatible = "unisoc,uwe_bsp";
|
||
|
+ wl-reg-on = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
|
||
|
+ bt-reg-on = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||
|
+ wl-wake-host-gpio = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
|
||
|
+ bt-wake-host-gpio = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
|
||
|
+ sdio-ext-int-gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
|
||
|
+ unisoc,btwf-file-name = "/lib/firmware/wcnmodem.bin";
|
||
|
+ //adma-tx;
|
||
|
+ //adma-rx;
|
||
|
+ data-irq;
|
||
|
+ blksz-512;
|
||
|
+ keep-power-on;
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+
|
||
|
+ sprd-mtty {
|
||
|
+ compatible = "sprd,mtty";
|
||
|
+ sprd,name = "ttyBT";
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&cpu_l0 {
|
||
|
+ cpu-supply = <&vdd_cpu_l>;
|
||
|
+};
|
||
|
+
|
||
|
+&cpu_l1 {
|
||
|
+ cpu-supply = <&vdd_cpu_l>;
|
||
|
+};
|
||
|
+
|
||
|
+&cpu_l2 {
|
||
|
+ cpu-supply = <&vdd_cpu_l>;
|
||
|
+};
|
||
|
+
|
||
|
+&cpu_l3 {
|
||
|
+ cpu-supply = <&vdd_cpu_l>;
|
||
|
+};
|
||
|
+
|
||
|
+&cpu_b0 {
|
||
|
+ cpu-supply = <&vdd_cpu_b>;
|
||
|
+};
|
||
|
+
|
||
|
+&cpu_b1 {
|
||
|
+ cpu-supply = <&vdd_cpu_b>;
|
||
|
+};
|
||
|
+
|
||
|
+&emmc_phy {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&gmac {
|
||
|
+ assigned-clocks = <&cru SCLK_RMII_SRC>;
|
||
|
+ assigned-clock-parents = <&clkin_gmac>;
|
||
|
+ clock_in_out = "input";
|
||
|
+ phy-supply = <&vcc3v3_s3>;
|
||
|
+ phy-mode = "rgmii";
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&rgmii_pins>;
|
||
|
+ snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>;
|
||
|
+ snps,reset-active-low;
|
||
|
+ snps,reset-delays-us = <0 10000 50000>;
|
||
|
+ tx_delay = <0x24>;
|
||
|
+ rx_delay = <0x18>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&gpu {
|
||
|
+ status = "okay";
|
||
|
+ mali-supply = <&vdd_gpu>;
|
||
|
+};
|
||
|
+
|
||
|
+&hdmi {
|
||
|
+ ddc-i2c-bus = <&i2c7>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&hdmi_cec>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&hdmi_sound {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&i2c0 {
|
||
|
+ clock-frequency = <400000>;
|
||
|
+ i2c-scl-rising-time-ns = <168>;
|
||
|
+ i2c-scl-falling-time-ns = <4>;
|
||
|
+ status = "okay";
|
||
|
+
|
||
|
+ rk808: pmic@1b {
|
||
|
+ compatible = "rockchip,rk808";
|
||
|
+ reg = <0x1b>;
|
||
|
+ interrupt-parent = <&gpio1>;
|
||
|
+ interrupts = <RK_PC5 IRQ_TYPE_LEVEL_LOW>;
|
||
|
+ #clock-cells = <1>;
|
||
|
+ clock-output-names = "rtc_clko_soc", "rtc_clko_wifi";
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&pmic_int_l>;
|
||
|
+ rockchip,system-power-controller;
|
||
|
+ wakeup-source;
|
||
|
+
|
||
|
+ vcc1-supply = <&vcc3v3_sys>;
|
||
|
+ vcc2-supply = <&vcc3v3_sys>;
|
||
|
+ vcc3-supply = <&vcc3v3_sys>;
|
||
|
+ vcc4-supply = <&vcc3v3_sys>;
|
||
|
+ vcc6-supply = <&vcc3v3_sys>;
|
||
|
+ vcc7-supply = <&vcc3v3_sys>;
|
||
|
+ vcc8-supply = <&vcc3v3_sys>;
|
||
|
+ vcc9-supply = <&vcc3v3_sys>;
|
||
|
+ vcc10-supply = <&vcc3v3_sys>;
|
||
|
+ vcc11-supply = <&vcc3v3_sys>;
|
||
|
+ vcc12-supply = <&vcc3v3_sys>;
|
||
|
+ vcc13-supply = <&vcc3v3_sys>;
|
||
|
+ vcc14-supply = <&vcc3v3_sys>;
|
||
|
+ vddio-supply = <&vcc1v8_pmu>;
|
||
|
+
|
||
|
+ regulators {
|
||
|
+ vdd_center: DCDC_REG1 {
|
||
|
+ regulator-name = "vdd_center";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <700000>;
|
||
|
+ regulator-max-microvolt = <1500000>;
|
||
|
+ regulator-ramp-delay = <6001>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vdd_cpu_l: DCDC_REG2 {
|
||
|
+ regulator-name = "vdd_cpu_l";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <700000>;
|
||
|
+ regulator-max-microvolt = <1500000>;
|
||
|
+ regulator-ramp-delay = <6001>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc_ddr: DCDC_REG3 {
|
||
|
+ regulator-name = "vcc_ddr";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc_1v8: DCDC_REG4 {
|
||
|
+ regulator-name = "vcc_1v8";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <1800000>;
|
||
|
+ regulator-max-microvolt = <3300000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ regulator-suspend-microvolt = <1800000>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc1v8_dvp: LDO_REG1 {
|
||
|
+ regulator-name = "vcc1v8_dvp";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <1800000>;
|
||
|
+ regulator-max-microvolt = <3400000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc3v0_tp: LDO_REG2 {
|
||
|
+ regulator-name = "vcc3v0_tp";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <1800000>;
|
||
|
+ regulator-max-microvolt = <3400000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc1v8_pmu: LDO_REG3 {
|
||
|
+ regulator-name = "vcc1v8_pmu";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <800000>;
|
||
|
+ regulator-max-microvolt = <2500000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ regulator-suspend-microvolt = <1800000>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc_sdio: LDO_REG4 {
|
||
|
+ regulator-name = "vcc_sdio";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <1800000>;
|
||
|
+ regulator-max-microvolt = <3400000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ regulator-suspend-microvolt = <3000000>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcca3v0_codec: LDO_REG5 {
|
||
|
+ regulator-name = "vcca3v0_codec";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <1800000>;
|
||
|
+ regulator-max-microvolt = <3400000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc_1v5: LDO_REG6 {
|
||
|
+ regulator-name = "vcc_1v5";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <800000>;
|
||
|
+ regulator-max-microvolt = <2500000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ regulator-suspend-microvolt = <1500000>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcca1v8_codec: LDO_REG7 {
|
||
|
+ regulator-name = "vcca1v8_codec";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <1800000>;
|
||
|
+ regulator-max-microvolt = <1800000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc_3v0: LDO_REG8 {
|
||
|
+ regulator-name = "vcc_3v0";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-min-microvolt = <3000000>;
|
||
|
+ regulator-max-microvolt = <3000000>;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-on-in-suspend;
|
||
|
+ regulator-suspend-microvolt = <3000000>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc3v3_s3: SWITCH_REG1 {
|
||
|
+ regulator-name = "vcc3v3_s3";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc3v3_s0: SWITCH_REG2 {
|
||
|
+ regulator-name = "vcc3v3_s0";
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vdd_cpu_b: regulator@40 {
|
||
|
+ compatible = "silergy,syr827";
|
||
|
+ reg = <0x40>;
|
||
|
+ fcs,suspend-voltage-selector = <1>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&cpu_b_sleep>;
|
||
|
+ regulator-name = "vdd_cpu_b";
|
||
|
+ regulator-min-microvolt = <712500>;
|
||
|
+ regulator-max-microvolt = <1500000>;
|
||
|
+ regulator-ramp-delay = <1000>;
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ vin-supply = <&vcc3v3_sys>;
|
||
|
+
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ vdd_gpu: regulator@41 {
|
||
|
+ compatible = "silergy,syr828";
|
||
|
+ reg = <0x41>;
|
||
|
+ fcs,suspend-voltage-selector = <1>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&gpu_sleep>;
|
||
|
+ regulator-name = "vdd_gpu";
|
||
|
+ regulator-min-microvolt = <712500>;
|
||
|
+ regulator-max-microvolt = <1500000>;
|
||
|
+ regulator-ramp-delay = <1000>;
|
||
|
+ regulator-always-on;
|
||
|
+ regulator-boot-on;
|
||
|
+ vin-supply = <&vcc3v3_sys>;
|
||
|
+
|
||
|
+ regulator-state-mem {
|
||
|
+ regulator-off-in-suspend;
|
||
|
+ };
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&i2c1 {
|
||
|
+ status = "okay";
|
||
|
+ i2c-scl-rising-time-ns = <450>;
|
||
|
+ i2c-scl-falling-time-ns = <15>;
|
||
|
+
|
||
|
+ es8316: codec@11 {
|
||
|
+ compatible = "everest,es8316";
|
||
|
+ reg = <0x11>;
|
||
|
+ clocks = <&cru SCLK_I2S_8CH_OUT>;
|
||
|
+ clock-names = "mclk";
|
||
|
+ //pinctrl-names = "default";
|
||
|
+ //pinctrl-0 = <&i2s_8ch_mclk>;
|
||
|
+ hp-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_HIGH>;
|
||
|
+ spk-gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
|
||
|
+ #sound-dai-cells = <0>;
|
||
|
+ };
|
||
|
+
|
||
|
+ rtc@32 {
|
||
|
+ compatible = "ricoh,rs5c372a";
|
||
|
+ reg = <0x32>;
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&i2c2 {
|
||
|
+ status = "disabled";
|
||
|
+};
|
||
|
+
|
||
|
+&i2c3 {
|
||
|
+ status = "disabled";
|
||
|
+};
|
||
|
+
|
||
|
+&i2c4 {
|
||
|
+ status = "disabled";
|
||
|
+};
|
||
|
+
|
||
|
+&spdif {
|
||
|
+ status = "disabled";
|
||
|
+};
|
||
|
+
|
||
|
+&i2c7 {
|
||
|
+ i2c-scl-rising-time-ns = <450>;
|
||
|
+ i2c-scl-falling-time-ns = <15>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&i2s0 {
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&i2s0_2ch_bus>;
|
||
|
+// assigned-clocks = <&cru SCLK_I2SOUT_SRC>;
|
||
|
+ assigned-clock-parents = <&cru SCLK_I2S0_8CH>;
|
||
|
+ rockchip,capture-channels = <2>;
|
||
|
+ rockchip,playback-channels = <2>;
|
||
|
+ #sound-dai-cells = <0>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&i2s1 {
|
||
|
+// assigned-clocks = <&cru SCLK_I2SOUT_SRC>;
|
||
|
+ assigned-clock-parents = <&cru SCLK_I2S1_8CH>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&i2s1_2ch_bus>;
|
||
|
+ rockchip,playback-channels = <2>;
|
||
|
+ rockchip,capture-channels = <2>;
|
||
|
+ #sound-dai-cells = <0>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&i2s2 {
|
||
|
+ #sound-dai-cells = <0>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&io_domains {
|
||
|
+ status = "okay";
|
||
|
+
|
||
|
+ bt656-supply = <&vcc1v8_dvp>; /* bt656_gpio2ab_ms */
|
||
|
+ audio-supply = <&vcca1v8_codec>; /* audio_gpio3d4a_ms */
|
||
|
+ sdmmc-supply = <&vcc_sdio>; /* sdmmc_gpio4b_ms */
|
||
|
+ gpio1830-supply = <&vcc_3v0>; /* gpio1833_gpio4cd_ms */
|
||
|
+};
|
||
|
+
|
||
|
+&pmu_io_domains {
|
||
|
+ status = "okay";
|
||
|
+ pmu1830-supply = <&vcc1v8_pmu>;
|
||
|
+};
|
||
|
+
|
||
|
+&pinctrl {
|
||
|
+ gmac {
|
||
|
+ phy_intb: phy-intb {
|
||
|
+ rockchip,pins = <3 RK_PB2 RK_FUNC_GPIO &pcfg_pull_up>;
|
||
|
+ };
|
||
|
+
|
||
|
+ phy_rstb: phy-rstb {
|
||
|
+ rockchip,pins = <3 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ pcie {
|
||
|
+ pcie_pwr_en: pcie-pwr-en {
|
||
|
+ rockchip,pins = <1 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ pmic {
|
||
|
+ cpu_b_sleep: cpu-b-sleep {
|
||
|
+ rockchip,pins = <1 RK_PC1 RK_FUNC_GPIO &pcfg_pull_down>;
|
||
|
+ };
|
||
|
+
|
||
|
+ gpu_sleep: gpu-sleep {
|
||
|
+ rockchip,pins = <1 RK_PB6 RK_FUNC_GPIO &pcfg_pull_down>;
|
||
|
+ };
|
||
|
+
|
||
|
+ pmic_int_l: pmic-int-l {
|
||
|
+ rockchip,pins = <1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ sd {
|
||
|
+ sdmmc0_pwr_h: sdmmc0-pwr-h {
|
||
|
+ rockchip,pins =
|
||
|
+ <0 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ usb2 {
|
||
|
+ vcc5v0_host_en: vcc5v0-host-en {
|
||
|
+ rockchip,pins =
|
||
|
+ <4 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+
|
||
|
+ vcc5v0_typec_en: vcc5v0-typec-en {
|
||
|
+ rockchip,pins =
|
||
|
+ <1 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ sdio-pwrseq {
|
||
|
+ wifi_reg_on_h: wifi-reg-on-h {
|
||
|
+ rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ bluetooth {
|
||
|
+ bt_reg_on_h: bt-enable-h {
|
||
|
+ rockchip,pins = <0 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+
|
||
|
+ bt_host_wake_l: bt-host-wake-l {
|
||
|
+ rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+
|
||
|
+ bt_wake_l: bt-wake-l {
|
||
|
+ rockchip,pins = <2 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ fusb302 {
|
||
|
+ chg_cc_int_l: chg-cc-int-l {
|
||
|
+ rockchip,pins = <1 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ gpio-leds {
|
||
|
+ leds_gpio: leds-gpio {
|
||
|
+ rockchip,pins = <1 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>,
|
||
|
+ <4 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
|
||
|
+ <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ rockchip-key {
|
||
|
+ power_key: power-key {
|
||
|
+ rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+
|
||
|
+ spi2 {
|
||
|
+ spi2_gpio: spi2-gpio {
|
||
|
+ rockchip,pins =
|
||
|
+ <2 RK_PA1 RK_FUNC_GPIO &pcfg_output_low>,
|
||
|
+ <2 RK_PA2 RK_FUNC_GPIO &pcfg_output_low>,
|
||
|
+ <2 RK_PA3 RK_FUNC_GPIO &pcfg_output_low>,
|
||
|
+ <2 RK_PA4 RK_FUNC_GPIO &pcfg_output_low>;
|
||
|
+ };
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&pwm0 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&pwm1 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&pwm2 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&saradc {
|
||
|
+ status = "okay";
|
||
|
+ vref-supply = <&vcc_1v8>; /* TBD */
|
||
|
+};
|
||
|
+
|
||
|
+&sdhci {
|
||
|
+ assigned-clock-rates = <150000000>;
|
||
|
+ bus-width = <8>;
|
||
|
+ mmc-hs400-1_8v;
|
||
|
+ supports-emmc;
|
||
|
+ non-removable;
|
||
|
+ keep-power-in-suspend;
|
||
|
+ mmc-hs400-enhanced-strobe;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&emmc_phy {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&sdio0 {
|
||
|
+ clock-frequency = <150000000>;
|
||
|
+ clock-freq-min-max = <200000 50000000>;
|
||
|
+ supports-sdio;
|
||
|
+ bus-width = <4>;
|
||
|
+ disable-wp;
|
||
|
+ cap-sd-highspeed;
|
||
|
+ cap-sdio-irq;
|
||
|
+ keep-power-in-suspend;
|
||
|
+ mmc-pwrseq = <&sdio_pwrseq>;
|
||
|
+ non-removable;
|
||
|
+ num-slots = <1>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
|
||
|
+ sd-uhs-sdr104;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&sdmmc {
|
||
|
+ bus-width = <4>;
|
||
|
+ cap-sd-highspeed;
|
||
|
+ cap-mmc-highspeed;
|
||
|
+ cd-gpios = <&gpio0 RK_PA7 GPIO_ACTIVE_LOW>;
|
||
|
+ disable-wp;
|
||
|
+ max-frequency = <150000000>;
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd>;
|
||
|
+ sd-uhs-sdr104;
|
||
|
+ vmmc-supply = <&vcc3v0_sd>;
|
||
|
+ vqmmc-supply = <&vcc_sdio>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&tsadc {
|
||
|
+ /* tshut mode 0:CRU 1:GPIO */
|
||
|
+ rockchip,hw-tshut-mode = <1>;
|
||
|
+ /* tshut polarity 0:LOW 1:HIGH */
|
||
|
+ rockchip,hw-tshut-polarity = <1>;
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&tcphy0 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&tcphy1 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&u2phy0 {
|
||
|
+ status = "okay";
|
||
|
+
|
||
|
+ u2phy0_otg: otg-port {
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+
|
||
|
+ u2phy0_host: host-port {
|
||
|
+ phy-supply = <&usb3_vbus>;
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&u2phy1 {
|
||
|
+ status = "okay";
|
||
|
+
|
||
|
+ u2phy1_otg: otg-port {
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+
|
||
|
+ u2phy1_host: host-port {
|
||
|
+ phy-supply = <&usb_vbus>;
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&uart0 {
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
|
||
|
+ status = "okay";
|
||
|
+
|
||
|
+// bluetooth {
|
||
|
+// compatible = "brcm,bcm4345c5";
|
||
|
+// clocks = <&rk808 1>;
|
||
|
+// clock-names = "lpo";
|
||
|
+// device-wakeup-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
|
||
|
+// host-wakeup-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
|
||
|
+// shutdown-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||
|
+// max-speed = <1500000>;
|
||
|
+// pinctrl-names = "default";
|
||
|
+// pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_reg_on_h>;
|
||
|
+// };
|
||
|
+
|
||
|
+};
|
||
|
+
|
||
|
+&uart2 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usbdrd3_0 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usbdrd3_1 {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usbdrd_dwc3_0 {
|
||
|
+ dr_mode = "host";
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usbdrd_dwc3_1 {
|
||
|
+ dr_mode = "host";
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usb_host0_ehci {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usb_host0_ohci {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usb_host1_ehci {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&usb_host1_ohci {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&vopb {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&vopb_mmu {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&vopl {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&vopl_mmu {
|
||
|
+ status = "okay";
|
||
|
+};
|
||
|
+
|
||
|
+&spi2 {
|
||
|
+ status = "okay";
|
||
|
+ pinctrl-names = "default", "sleep";
|
||
|
+ pinctrl-1 = <&spi2_gpio>;
|
||
|
+
|
||
|
+ spidev0: spidev@0 {
|
||
|
+ compatible = "rohm,dh2228fv";
|
||
|
+ reg = <0>;
|
||
|
+ spi-max-frequency = <10000000>;
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+//&edp {
|
||
|
+// status = "okay";
|
||
|
+// hpd-gpios = <&gpio4 RK_PD6 GPIO_ACTIVE_HIGH>;
|
||
|
+// enable-gpios = <&gpio4 RK_PC1 GPIO_ACTIVE_HIGH>;
|
||
|
+//};
|
||
|
+
|
||
|
+//&edp_hpd {
|
||
|
+// rockchip,pins = <4 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>;
|
||
|
+//};
|
||
|
+
|
||
|
+//&edp_in_vopb {
|
||
|
+// status = "disabled";
|
||
|
+//};
|
||
|
+
|
||
|
+//&hdmi_in_vopb {
|
||
|
+// status = "okay";
|
||
|
+//};
|
||
|
|