rockchip: add LED configuration for Hinlink H68K/H69K

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-08-23 13:24:42 +08:00
parent 0a4d4cc209
commit 06900b328d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 6 additions and 3 deletions

View File

@ -62,14 +62,16 @@
&mdio0 {
rgmii_phy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
reg = <0>;
realtek,led-data = <0x6d60>;
};
};
&mdio1 {
rgmii_phy1: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
reg = <0>;
realtek,led-data = <0x6d60>;
};
};

View File

@ -53,7 +53,8 @@
&mdio1 {
rgmii_phy1: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
reg = <0>;
realtek,led-data = <0x6d60>;
};
};