Skip to content

Commit 65780da

Browse files
tswaehnkartben
authored andcommitted
dts: sy1xx: add mdio support
With this commit we add the mdio functionality to the sensry soc sy1xx. Signed-off-by: Sven Ginka <[email protected]>
1 parent e38f3e1 commit 65780da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/riscv/sensry/ganymed-sy1xx.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,15 @@
115115
status = "okay";
116116
};
117117

118+
mdio0: mdio@1a120020 {
119+
compatible = "sensry,sy1xx-mdio";
120+
reg = <0x1a120020 0x20>;
121+
status = "disabled";
122+
123+
clock-frequency = <450000>;
124+
125+
#address-cells = <1>;
126+
#size-cells = <0>;
127+
};
118128
};
119129
};

0 commit comments

Comments
 (0)