mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
13 lines
207 B
Plaintext
13 lines
207 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";
|
|
};
|
|
|
|
&ubi_rootfs {
|
|
reg = <0x0 0x03000000>;
|
|
};
|