mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
sunxi: fix led on bananapi
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43661 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d76886a4bc
commit
bbfa2b4ee9
@ -78,9 +78,9 @@
|
||||
+
|
||||
+ pinctrl@01c20800 {
|
||||
+ led_pins_bananapi: led_pins@0 {
|
||||
+ allwinner,pins = "PH2";
|
||||
+ allwinner,pins = "PH24";
|
||||
+ allwinner,function = "gpio_out";
|
||||
+ allwinner,drive = <1>;
|
||||
+ allwinner,drive = <0>;
|
||||
+ allwinner,pull = <0>;
|
||||
+ };
|
||||
+
|
||||
@ -156,8 +156,8 @@
|
||||
+
|
||||
+ green {
|
||||
+ label = "bananapi:green:usr";
|
||||
+ gpios = <&pio 7 2 0>;
|
||||
+ default-state = "on";
|
||||
+ gpios = <&pio 7 24 0>;
|
||||
+ linux,default-trigger = "heartbeat";
|
||||
+ };
|
||||
+ };
|
||||
+};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user