diff options
Diffstat (limited to 'target/linux/ath79/dts/qca9557_dongwon_dw02-412h-64m.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9557_dongwon_dw02-412h-64m.dts | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-64m.dts b/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-64m.dts new file mode 100644 index 0000000000..2420dc11a9 --- /dev/null +++ b/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-64m.dts @@ -0,0 +1,34 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "qca9557_dongwon_dw02-412h.dtsi" + +/ { + model = "Dongwon T&I DW02-412H (64M)"; + compatible = "dongwon,dw02-412h-64m", "qca,qca9557"; +}; + +&nand { + status = "okay"; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + partition@0 { + label = "current"; + reg = <0x0 0x1000000>; + read-only; + }; + + partition@1000000 { + label = "kernel"; + reg = <0x1000000 0x800000>; + }; + + partition@1800000 { + label = "ubi"; + reg = <0x1800000 0x2800000>; + }; + }; +}; |