arm64: dts: rockchip: rk3588s-rk806: add dual-rk806 dtsi for rk3588s

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Change-Id: Ieef7a3c47d6d23c3ceca8307047bc2664388a80c
This commit is contained in:
shengfei Xu
2022-01-11 07:14:55 +00:00
committed by Tao Huang
parent 4e7484d451
commit f5eb395e3f
5 changed files with 780 additions and 52 deletions

View File

@@ -14,7 +14,7 @@
#include <dt-bindings/sensor-dev.h>
#include "rk3588s.dtsi"
#include "rk3588-android.dtsi"
#include "rk3588-rk806-dual.dtsi"
#include "rk3588s-rk806-dual.dtsi"
/ {
adc_keys: adc-keys {
@@ -1106,54 +1106,6 @@
status = "disabled";
};
&spi2 {
rk806master@0 {
regulators {
vcc_1v8_s3: PLDO_REG3 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-ramp-delay = <12500>;
regulator-name = "vcc_1v8_s3";
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
};
vcc_3v3_s3: PLDO_REG4 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-ramp-delay = <12500>;
regulator-name = "vcc_3v3_s0";
regulator-state-mem {
regulator-off-in-suspend;
};
};
};
};
rk806slave@1 {
regulators {
vcc_3v3_s0: DCDC_REG4 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-ramp-delay = <12500>;
regulator-name = "vcc_3v3_s3";
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};
};
};
};
&tsadc {
status = "okay";
};