summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/tplink-mr3020.dts
blob: eaae11eddfa30ca5de3e1fdbb135616c803dbd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include <mips/qca/ar9331_tl_mr3020.dts>

/ {
	aliases {
		spiflash = &spiflash;
	};

	chosen {
		environment@0 {
			compatible = "barebox,environment";
			device-path = &spiflash, "partname:barebox-environment";
		};
	};
};

&spiflash {
	partition@0 {
		label = "barebox";
		reg = <0 0x80000>;
	};

	partition@80000 {
		label = "barebox-environment";
		reg = <0x80000 0x10000>;
	};
};