mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-04 15:37:07 +08:00
26 lines
379 B
Plaintext
26 lines
379 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qcom-ipq4019-c526a.dtsi"
|
|
|
|
/ {
|
|
model = "HiWiFi C526A 128M";
|
|
compatible = "hiwifi,c526a-128m";
|
|
};
|
|
|
|
&nand {
|
|
status = "okay";
|
|
|
|
nand@0 {
|
|
partitions {
|
|
compatible = "fixed-partitions";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
partition@0 {
|
|
label = "ubi";
|
|
reg = <0x0 0x8000000>;
|
|
};
|
|
};
|
|
};
|
|
};
|