mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-27 17:12:46 +00:00
sunxi: fix led on bananapi
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43661
This commit is contained in:
parent
8afce572b7
commit
8feb491156
@ -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…
Reference in New Issue
Block a user