diff options
Diffstat (limited to 'target/linux/ramips/dts/OMEGA2.dts')
-rw-r--r-- | target/linux/ramips/dts/OMEGA2.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/OMEGA2.dts b/target/linux/ramips/dts/OMEGA2.dts new file mode 100644 index 0000000000..f419dc9c74 --- /dev/null +++ b/target/linux/ramips/dts/OMEGA2.dts @@ -0,0 +1,20 @@ +/dts-v1/; + +#include "OMEGA2.dtsi" + +/ { + model = "Onion Omega2"; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x4000000>; + }; +}; + +&firmware { + reg = <0x50000 0xfb0000>; +}; + +&system_led { + label = "omega2:amber:system"; +}; |