summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/ar9331_tl_mr3020.dts
blob: 66587912c4839d9f1716dd8ac5c6c71e997ca22d (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
27
28
29
30
31
32
33
#include <mips/qca/ar9331_tl_mr3020.dts>
#include "ar9331.dtsi"

/ {
	aliases {
		spiflash = &spiflash;
	};

	chosen {
		stdout-path = &uart;

		environment {
			compatible = "barebox,environment";
			device-path = &env_nor;
		};
	};
};

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

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

&eth0 {
	status = "okay";
};