9195d8da35
Add node aliases to dtsi files. Reword dts files so they're more in-line with upstream. Fix some more warnings and errors reported by dtc Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
#include "AWM002.dtsi"
|
|
|
|
/ {
|
|
compatible = "AWM002", "ralink,rt5350-soc";
|
|
model = "AsiaRF AWM002";
|
|
};
|
|
|
|
&m25p80 {
|
|
compatible = "jedec,spi-nor";
|
|
linux,modalias = "m25p80", "mx25l6405d";
|
|
};
|