mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
e6b99a4e43
This commit adds common dtsi for the following Sercomm devices with 256 MB NAND: Beeline Smartbox TURBO (Sercomm DF3) Rostelecom RT-SF-1 (Sercomm DKG) Also fixed typo ("Container" mtd name should be with a capital). Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
31 lines
605 B
Plaintext
31 lines
605 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_sercomm_dxx_nand_256m.dtsi"
|
|
|
|
/ {
|
|
compatible = "beeline,smartbox-turbo", "mediatek,mt7621-soc";
|
|
model = "Beeline SmartBox TURBO";
|
|
};
|
|
|
|
&pcie0 {
|
|
wifi@0,0 {
|
|
nvmem-cells = <&macaddr_factory_21000>;
|
|
nvmem-cell-names = "mac-address";
|
|
mac-address-increment = <(5)>;
|
|
};
|
|
};
|
|
|
|
&pcie1 {
|
|
wifi@0,0 {
|
|
nvmem-cells = <&macaddr_factory_21000>;
|
|
nvmem-cell-names = "mac-address";
|
|
mac-address-increment = <(4)>;
|
|
};
|
|
};
|
|
|
|
&gmac1 {
|
|
nvmem-cells = <&macaddr_factory_21000>;
|
|
nvmem-cell-names = "mac-address";
|
|
mac-address-increment = <(1)>;
|
|
};
|