Skip to content

Commit

Permalink
arm64: dts: rockchip: Add io-domains to rk3308-rock-pi-s
Browse files Browse the repository at this point in the history
The VCCIO4 io-domain used for WiFi/BT is using 1v8 IO signal voltage.

Add io-domains node with the VCCIO supplies connected on the board.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Link: https://lore.kernel.org/r/20240521211029.1236094-13-jonas@kwiboo.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Jonas Karlman authored and Heiko Stuebner committed May 27, 2024
1 parent d1829ba commit 100b3bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts
Original file line number Diff line number Diff line change
@@ -223,6 +223,16 @@
status = "okay";
};

&io_domains {
vccio0-supply = <&vcc_io>;
vccio1-supply = <&vcc_io>;
vccio2-supply = <&vcc_io>;
vccio3-supply = <&vcc_io>;
vccio4-supply = <&vcc_1v8>;
vccio5-supply = <&vcc_io>;
status = "okay";
};

&pinctrl {
pinctrl-names = "default";
pinctrl-0 = <&rtc_32k>;

0 comments on commit 100b3bd

Please sign in to comment.