Skip to content
Snippets Groups Projects
Commit dc353741 authored by Daniel Gonzalez Cabanelas's avatar Daniel Gonzalez Cabanelas Committed by Jonas Gorski
Browse files

brcm63xx: CPVA502+: fix LEDs and buttons at DTS


Leds are wrong and a button is missing, fix them.

Signed-off-by: default avatarDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>
parent 377315de
No related branches found
No related tags found
No related merge requests found
...@@ -12,17 +12,31 @@ ...@@ -12,17 +12,31 @@
bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
}; };
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <20>;
debounce-interval = <60>;
reset {
label = "reset";
gpios = <&gpio1 4 1>;
linux,code = <KEY_RESTART>;
};
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
power_green { phone_green {
label = "CPVA502+:green:phone"; label = "CPVA502+:green:phone";
gpios = <&gpio0 0 1>; gpios = <&gpio0 0 1>;
}; };
status { link_amber {
label = "CPVA502+:amber:link"; label = "CPVA502+:amber:link";
gpios = <&gpio0 1 1>; gpios = <&gpio0 5 1>;
}; };
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment