4dd51788dd
Change the compatibel from Omega to Omega2 and add the compatible string where missing. Signed-off-by: Mathias Kresin <dev@kresin.me>
21 lines
303 B
Text
21 lines
303 B
Text
/dts-v1/;
|
|
|
|
#include "OMEGA2.dtsi"
|
|
|
|
/ {
|
|
compatible = "onion,omega2p", "onion,omega2", "mediatek,mt7628an-soc";
|
|
model = "Onion Omega2+";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x8000000>;
|
|
};
|
|
};
|
|
|
|
&firmware {
|
|
reg = <0x50000 0x1fb0000>;
|
|
};
|
|
|
|
&system_led {
|
|
label = "omega2p:amber:system";
|
|
};
|