rockchip: configure ETH LED for NanoPi R6C/R6S

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-05-17 19:27:14 +08:00
parent 42b663f584
commit f80be246c9
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 8 additions and 6 deletions

View File

@ -19,10 +19,10 @@
};
};
&pcie2x1l1 {
/delete-node/ pcie@0,0;
};
&pcie2x1l2 {
/delete-node/ pcie@0,0;
};
&rtl8125_1 {
/delete-property/ label;
};

View File

@ -281,8 +281,9 @@
#address-cells = <3>;
#size-cells = <2>;
rtl8125_2: pcie@30,0 {
rtl8125_1: pcie@30,0 {
reg = <0x000000 0 0 0 0>;
realtek,led-data = <0x0 0x0 0x2b 0x200>;
label = "eth2";
};
};
@ -298,8 +299,9 @@
#address-cells = <3>;
#size-cells = <2>;
rtl8125_1: pcie@40,0 {
rtl8125_2: pcie@40,0 {
reg = <0x000000 0 0 0 0>;
realtek,led-data = <0x0 0x0 0x2b 0x200>;
label = "eth1";
};
};