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 f9c385c commit b5c274c
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions target/linux/mediatek/dts/mt7981b-routerich-ax3000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
// #include <dt-bindings/input/linux-event-codes.h>

/ {
model = "Routerich AX3000";
Expand Down Expand Up @@ -188,22 +187,15 @@
read-only;

compatible = "nvmem-cells";
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;

macaddr_factory_24: macaddr@24 {
compatible = "mac-base";
reg = <0x24 0x6>;
#nvmem-cell-cells = <1>;
};

macaddr_factory_2a: macaddr@2a {
compatible = "mac-base";
reg = <0x2a 0x6>;
#nvmem-cell-cells = <1>;
};
#address-cells = <1>;
#size-cells = <1>;

macaddr_factory_24: macaddr@24 {
reg = <0x24 0x6>;
};

macaddr_factory_2a: macaddr@2a {
reg = <0x2a 0x6>;
};
};

Expand Down

0 comments on commit b5c274c

Please sign in to comment.