mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-09 17:47:18 +08:00
15 lines
232 B
Plaintext
15 lines
232 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";
|
||
|
};
|
||
|
|
||
|
&rootfs_part1 {
|
||
|
reg = <0x0 0x8000000>;
|
||
|
};
|
||
|
|
||
|
/delete-node/ &rootfs_part2;
|