mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
a2c19f1d2f
mt7621 and mt7628 now have the ability to detect memory size automatically. Drop memory nodes and let kernel determine memory size. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
17 lines
250 B
Plaintext
17 lines
250 B
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7628an_onion_omega2.dtsi"
|
|
|
|
/ {
|
|
compatible = "onion,omega2p", "onion,omega2", "mediatek,mt7628an-soc";
|
|
model = "Onion Omega2+";
|
|
};
|
|
|
|
&firmware {
|
|
reg = <0x50000 0x1fb0000>;
|
|
};
|
|
|
|
&system_led {
|
|
label = "omega2p:amber:system";
|
|
};
|