ARM: dts: omap3-gta04: Add wifi reset node

Define gpio node in tca6507 which will be used as
wifi reset pin.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Marek Belisko 2014-07-22 21:30:16 +02:00 committed by Tony Lindgren
parent 9edc57af01
commit e51c6beaef
1 changed files with 8 additions and 0 deletions

View File

@ -196,6 +196,9 @@ tca6507@45 {
#size-cells = <0>;
reg = <0x45>;
gpio-controller;
#gpio-cells = <2>;
gta04_led0: red_aux@0 {
label = "gta04:red:aux";
reg = <0x0>;
@ -216,6 +219,11 @@ gta04_led4: green_power@4 {
label = "gta04:green:power";
reg = <0x4>;
};
wifi_reset: wifi_reset@6 {
reg = <0x6>;
compatible = "gpio";
};
};
/* compass aka magnetometer */