mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 14:06:15 +00:00
c7a559980a
* Move &nand node to DTSI * Utilize nvmem for fetching caldata * Rename build recipe, clean before build * Simplify KERNEL definition Signed-off-by: Sungbo Eo <mans0n@gorani.run>
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qca9557_dongwon_dw02-412h.dtsi"
|
|
|
|
/ {
|
|
model = "Dongwon T&I DW02-412H (128M)";
|
|
compatible = "dongwon,dw02-412h-128m", "qca,qca9557";
|
|
};
|
|
|
|
&ubi {
|
|
reg = <0x1800000 0x6800000>;
|
|
};
|