mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qcom-ipq4018-ap4220.dtsi"
|
|
|
|
/ {
|
|
model = "Alibaba AP4220 48M";
|
|
compatible = "alibaba,ap4220-48m";
|
|
};
|
|
|
|
&nand_rootfs {
|
|
reg = <0x0 0x03000000>;
|
|
};
|