aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/OMEGA2.dts
blob: 25cc818d56929420d66c4fe1ae8c29d96b2db2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/dts-v1/;

#include "OMEGA2.dtsi"

/ {
	compatible = "onion,omega2", "mediatek,mt7628an-soc";
	model = "Onion Omega2";

	memory@0 {
		device_type = "memory";
		reg = <0x0 0x4000000>;
	};
};

&firmware {
	reg = <0x50000 0xfb0000>;
};

&system_led {
	label = "omega2:amber:system";
};