summaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/files-6.1/arch/arm/boot/dts/qcom-ipq4019-r619ac-128m.dts
blob: 0896374ab2e1906de5c5c2093bed5a1d765e2938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "qcom-ipq4019-r619ac.dtsi"

/ {
	model = "P&W R619AC 128M";
	compatible = "p2w,r619ac-128m";
};

&nand_rootfs {
	/*
	 * Watch out: stock MIBIB is set up for a 64MiB chip.
	 * If a 128MiB flash chip is used, make sure to have
	 * the right values in MIBIB or the device might not
	 * boot.
	 */
	reg = <0x0 0x8000000>;
};