openwrtv3/target/linux/ramips/dts/OMEGA2.dts
Mathias Kresin 4dd51788dd ramips: fix Omega2 compatible string
Change the compatibel from Omega to Omega2 and add the compatible string
where missing.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2017-12-29 22:32:34 +01:00

21 lines
283 B
Text

/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";
};