switch the am335x-evmsk to the new wlcore bindings

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 39948
This commit is contained in:
Imre Kaloz 2014-03-18 19:05:37 +00:00
parent 531dc9fe42
commit 8a97da18e0
2 changed files with 13 additions and 27 deletions

View File

@ -8,7 +8,7 @@
#include <dt-bindings/pwm/pwm.h> #include <dt-bindings/pwm/pwm.h>
/ { / {
@@ -200,6 +201,33 @@ @@ -200,6 +201,26 @@
0x144 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* rmii1_ref_clk.mcasp1_axr3 */ 0x144 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* rmii1_ref_clk.mcasp1_axr3 */
>; >;
}; };
@ -28,21 +28,14 @@
+ }; + };
+ +
+ wlan { + wlan {
+ compatible = "ti,wilink6"; + compatible = "wlcore";
+ interrupt-parent = <&gpio0>; + gpio = <31>;
+ interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&refclock>;
+ clock-names = "refclock";
+ +
+ refclock: refclock { + board-ref-clock = <4>;
+ compatible = "ti,wilink-clock";
+ #clock-cells = <0>;
+ clock-frequency = <38400000>;
+ };
}; };
ocp { ocp {
@@ -335,6 +363,16 @@ @@ -335,6 +356,16 @@
regulator-boot-on; regulator-boot-on;
}; };
@ -59,7 +52,7 @@
leds { leds {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&user_leds_s0>; pinctrl-0 = <&user_leds_s0>;
@@ -535,6 +573,16 @@ @@ -535,6 +566,16 @@
status = "okay"; status = "okay";
}; };

View File

@ -8,28 +8,21 @@
#include <dt-bindings/pwm/pwm.h> #include <dt-bindings/pwm/pwm.h>
/ { / {
@@ -26,6 +27,20 @@ @@ -26,6 +27,13 @@
}; };
}; };
+ wlan { + wlan {
+ compatible = "ti,wilink6"; + compatible = "wlcore";
+ interrupt-parent = <&gpio0>;
+ interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&refclock>;
+ clock-names = "refclock";
+ +
+ refclock: refclock { + gpio = <31>;
+ compatible = "ti,wilink-clock"; + board-ref-clock = <4>;
+ #clock-cells = <0>;
+ clock-frequency = <38400000>;
+ };
+ }; + };
+ +
memory { memory {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */ reg = <0x80000000 0x10000000>; /* 256 MB */
@@ -45,6 +60,16 @@ @@ -45,6 +53,16 @@
regulator-boot-on; regulator-boot-on;
}; };
@ -46,7 +39,7 @@
leds { leds {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&user_leds_s0>; pinctrl-0 = <&user_leds_s0>;
@@ -297,6 +322,20 @@ @@ -297,6 +315,20 @@
0x144 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* rmii1_ref_clk.mcasp1_axr3 */ 0x144 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* rmii1_ref_clk.mcasp1_axr3 */
>; >;
}; };
@ -67,7 +60,7 @@
}; };
&uart0 { &uart0 {
@@ -503,6 +542,16 @@ @@ -503,6 +535,16 @@
ti,no-reset-on-init; ti,no-reset-on-init;
}; };