mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
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>;
|
|
};
|