arm64: dts: rockchip: rv1126b-evb: Enable saradc

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: I4365e82c14154f6d36668978e4984da9e9facb84
This commit is contained in:
Ziyuan Xu
2025-03-24 11:01:12 +08:00
committed by Tao Huang
parent 2a02134a59
commit a66aa50cb8
3 changed files with 12 additions and 0 deletions

View File

@@ -479,6 +479,10 @@
status = "okay";
};
&saradc0 {
status = "okay";
};
&tsadc {
status = "okay";
};

View File

@@ -380,6 +380,10 @@
/delete-property/ pinctrl-0;
};
&saradc0 {
vref-supply = <&vcc_1v8>;
};
&sdmmc0 {
max-frequency = <200000000>;
no-sdio;

View File

@@ -257,6 +257,10 @@
status = "okay";
};
&saradc0 {
vref-supply = <&vcc_1v8>;
};
&sc450ai {
reset-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
};