[PATCH v5 09/12] riscv: dts: starfive: jh7110: Add syscon to support phy interface settings

From: Samin Guo
Date: Fri Mar 03 2023 - 04:00:05 EST


The phy interface needs to be set in syscon, the format is as follows:
starfive,syscon: <&syscon, offset, mask>

Signed-off-by: Samin Guo <samin.guo@xxxxxxxxxxxxxxxx>
---
arch/riscv/boot/dts/starfive/jh7110.dtsi | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi
index 2ce28292b721..c1c5085dab72 100644
--- a/arch/riscv/boot/dts/starfive/jh7110.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi
@@ -554,6 +554,7 @@
snps,en-tx-lpi-clockgating;
snps,txpbl = <16>;
snps,rxpbl = <16>;
+ starfive,syscon = <&aon_syscon 0xc 0x1c0000>;
status = "disabled";
phy-handle = <&phy0>;

@@ -596,6 +597,7 @@
snps,en-tx-lpi-clockgating;
snps,txpbl = <16>;
snps,rxpbl = <16>;
+ starfive,syscon = <&sys_syscon 0x90 0x1c>;
status = "disabled";
phy-handle = <&phy1>;

--
2.17.1