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:
82
target/linux/ramips/dts/mt7621_buffalo_wsr-2533dhpls.dts
Normal file
82
target/linux/ramips/dts/mt7621_buffalo_wsr-2533dhpls.dts
Normal file
@@ -0,0 +1,82 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_buffalo_wsr-2533dhplx.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "buffalo,wsr-2533dhpls", "mediatek,mt7621-soc";
|
||||
model = "Buffalo WSR-2533DHPLS";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8 ubi.block=0,rootfs root=/dev/ubiblock0_0";
|
||||
};
|
||||
};
|
||||
|
||||
&nand {
|
||||
status = "okay";
|
||||
|
||||
mediatek,nmbm;
|
||||
/*
|
||||
* - u-boot - (kernel (6MiB, in "firmware"))
|
||||
* - Kernel2 - WTB
|
||||
*/
|
||||
mediatek,bmt-remap-range = <0x0 0x780000>,
|
||||
<0x1980000 0x5b00000>;
|
||||
};
|
||||
|
||||
&partitions {
|
||||
partition@100000 {
|
||||
label = "factory";
|
||||
reg = <0x100000 0x80000>;
|
||||
read-only;
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
eeprom_factory_0: eeprom@0 {
|
||||
reg = <0x0 0x4da8>;
|
||||
};
|
||||
|
||||
eeprom_factory_8000: eeprom@8000 {
|
||||
reg = <0x8000 0x4da8>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
partition@180000 {
|
||||
compatible = "brcm,trx";
|
||||
brcm,trx-magic = <0x534c4844>;
|
||||
label = "firmware";
|
||||
reg = <0x180000 0x1800000>;
|
||||
};
|
||||
|
||||
partition@1980000 {
|
||||
label = "Kernel2";
|
||||
reg = <0x1980000 0x1800000>;
|
||||
};
|
||||
|
||||
partition@3180000 {
|
||||
label = "glbcfg";
|
||||
reg = <0x3180000 0x200000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@3380000 {
|
||||
label = "board_data";
|
||||
reg = <0x3380000 0x200000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@3580000 {
|
||||
label = "debug_log";
|
||||
reg = <0x3580000 0x900000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@3e80000 {
|
||||
label = "WTB";
|
||||
reg = <0x3e80000 0x3600000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user