Skip to content

Commit

Permalink
Update mt7981b-routerich-ax3000.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
csharper2005 authored Oct 11, 2023
1 parent b5c274c commit 74cc0cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions target/linux/mediatek/dts/mt7981b-routerich-ax3000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
};

leds {
compatible = "gpio-leds"; // led@0
compatible = "gpio-leds";

led-0 {
label = "blue:wifi_5g";
Expand Down Expand Up @@ -106,8 +106,8 @@
reg = <0>;
phy-mode = "2500base-x";

nvmem-cells = <&macaddr_factory_2a>;
nvmem-cell-names = "mac-address";
nvmem-cells = <&macaddr_factory_2a 0>;

fixed-link {
speed = <2500>;
Expand Down Expand Up @@ -181,7 +181,7 @@
reg = <0x100000 0x80000>;
};

factory: partition@180000 { // Calibr
factory: partition@180000 {
label = "Factory";
reg = <0x180000 0x200000>;
read-only;
Expand All @@ -199,7 +199,7 @@
};
};

partition@380000 { // ftd
partition@380000 {
label = "FIP";
reg = <0x380000 0x200000>;
read-only;
Expand All @@ -216,7 +216,7 @@
read-only;
};

partition@6580000 { // ?
partition@6580000 {
label = "zrsave";
reg = <0x6580000 0x100000>;
read-only;
Expand Down Expand Up @@ -255,8 +255,8 @@
reg = <4>;
label = "wan";

nvmem-cells = <&macaddr_factory_24>;
nvmem-cell-names = "mac-address";
nvmem-cells = <&macaddr_factory_24 0>;
};

port@6 {
Expand Down

0 comments on commit 74cc0cd

Please sign in to comment.