Initial commit
This commit is contained in:
37
target/linux/ramips/dts/mt7621_dlink_dir-878-a1.dts
Normal file
37
target/linux/ramips/dts/mt7621_dlink_dir-878-a1.dts
Normal file
@@ -0,0 +1,37 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-8xx.dtsi"
|
||||
#include "mt7621_dlink_flash-16m-a1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-878-a1", "mediatek,mt7621-soc";
|
||||
model = "D-Link DIR-878 A1";
|
||||
|
||||
aliases {
|
||||
label-mac-device = &gmac0;
|
||||
};
|
||||
};
|
||||
|
||||
&gmac0 {
|
||||
nvmem-cells = <&macaddr_factory_e000>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
&wan {
|
||||
nvmem-cells = <&macaddr_factory_e006>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
&factory {
|
||||
compatible = "nvmem-cells";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
macaddr_factory_e000: macaddr@e000 {
|
||||
reg = <0xe000 0x6>;
|
||||
};
|
||||
|
||||
macaddr_factory_e006: macaddr@e006 {
|
||||
reg = <0xe006 0x6>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user