Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
87
target/linux/ramips/dts/mt7621_wifire_s1500-nbn.dts
Normal file
87
target/linux/ramips/dts/mt7621_wifire_s1500-nbn.dts
Normal file
@@ -0,0 +1,87 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "mt7621_sercomm_s1500.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "wifire,s1500-nbn", "mediatek,mt7621-soc";
|
||||
model = "WiFire S1500.NBN";
|
||||
|
||||
aliases {
|
||||
label-mac-device = &wan;
|
||||
};
|
||||
|
||||
ubi-concat {
|
||||
compatible = "mtd-concat";
|
||||
devices = <&ubiconcat0 &ubiconcat1 &ubiconcat2 &ubiconcat3>;
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
partition@0 {
|
||||
label = "ubi";
|
||||
reg = <0x0 0x4680000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&led_wps {
|
||||
color = <LED_COLOR_ID_WHITE>;
|
||||
};
|
||||
|
||||
&partitions {
|
||||
partition@0_all {
|
||||
label = "ALL";
|
||||
reg = <0x0 0x7f80000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@80000 {
|
||||
label = "u-boot-env";
|
||||
reg = <0x80000 0x20000>;
|
||||
};
|
||||
|
||||
ubiconcat1: partition@200000 {
|
||||
label = "sys_data";
|
||||
reg = <0x200000 0x1400000>;
|
||||
};
|
||||
|
||||
ubiconcat0: partition@1f00000 {
|
||||
label = "RootFS_1";
|
||||
reg = <0x1f00000 0x2e00000>;
|
||||
};
|
||||
|
||||
partition@4d00000 {
|
||||
label = "RootFS_2";
|
||||
reg = <0x4d00000 0x2e00000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
ubiconcat2: partition@7b00000 {
|
||||
label = "Ftool";
|
||||
reg = <0x7b00000 0x100000>;
|
||||
};
|
||||
|
||||
ubiconcat3: partition@7c00000 {
|
||||
label = "BCT";
|
||||
reg = <0x7c00000 0x380000>;
|
||||
};
|
||||
|
||||
/*
|
||||
* 512 KiB reserved for the Bad Blocks
|
||||
* 0x8000000-0x7f80000=0x80000
|
||||
*/
|
||||
};
|
||||
|
||||
&pcie1 {
|
||||
wlan_2g: wifi@0,0 {
|
||||
compatible = "mediatek,mt76";
|
||||
reg = <0x0000 0 0 0 0>;
|
||||
ieee80211-freq-limit = <2400000 2500000>;
|
||||
|
||||
nvmem-cells = <&eeprom_factory_0>, <&macaddr_factory_1000 1>;
|
||||
nvmem-cell-names = "eeprom", "mac-address";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user