f44d3f9980
Move eeprom extraction from scripts to dts files. Additionally there are few other changes like: - whitespace fixes - add partition labels where needed - BR6524N board doesn't exist (lost in translation?) - fix Edimax 3g-6200nl model - add wmac eeprom to dts for Asus RT-N14U board Compile tested all subtargets and their profiles. Run tested on: - Asus RT-N15 - Asus RT-N14U - Buffalo WHR-600D - Argus ATP52B - Sparklan WCR-150GN Few problems noted: - many boards didn't have wmac eeprom information defined at all - several boards don't have any patitions defined (see FIXME comments in dts) Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41680
45 lines
703 B
Plaintext
45 lines
703 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "AWM002-8M.dtsi"
|
|
|
|
/ {
|
|
model = "AsiaRF AWM002 EVB";
|
|
|
|
wmac@10180000 {
|
|
ralink,mtd-eeprom = <&factory 0>;
|
|
};
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
tx {
|
|
label = "awm002-evb:green:tx";
|
|
gpios = <&gpio0 15 1>;
|
|
};
|
|
rx {
|
|
label = "awm002-evb:green:rx";
|
|
gpios = <&gpio0 16 1>;
|
|
};
|
|
wps {
|
|
label = "awm002-evb:green:wps";
|
|
gpios = <&gpio0 21 1>;
|
|
};
|
|
};
|
|
|
|
gpio-keys-polled {
|
|
compatible = "gpio-keys-polled";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
poll-interval = <20>;
|
|
reset_wps {
|
|
label = "reset_wps";
|
|
gpios = <&gpio0 0 1>;
|
|
linux,code = <0x198>;
|
|
};
|
|
mode {
|
|
label = "mode";
|
|
gpios = <&gpio0 21 1>;
|
|
linux,code = <0x32>;
|
|
};
|
|
};
|
|
};
|