mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qcom-ipq4019-r619ac.dtsi"
|
|
|
|
/ {
|
|
model = "P&W R619AC 128M";
|
|
compatible = "p2w,r619ac-128m";
|
|
|
|
chosen {
|
|
bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs";
|
|
};
|
|
};
|
|
|
|
&rootfs_part1 {
|
|
reg = <0x0 0x8000000>;
|
|
};
|
|
|
|
/delete-node/ &rootfs_part2;
|