X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fcpva502plus.dts;h=3ddc459836c11bd2144c82d97b2e113dbb09f6a8;hp=6d9b5d329f35bc3a569cacceda3cf6c1a5ce1407;hb=dc3537415ce01ec4c69500919aa03f5de19a10a3;hpb=377315de4d1c05c860bb138a7c4c5b8a7d0e462a diff --git a/target/linux/brcm63xx/dts/cpva502plus.dts b/target/linux/brcm63xx/dts/cpva502plus.dts index 6d9b5d329f..3ddc459836 100644 --- a/target/linux/brcm63xx/dts/cpva502plus.dts +++ b/target/linux/brcm63xx/dts/cpva502plus.dts @@ -12,17 +12,31 @@ 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 = ; + }; + }; + gpio-leds { compatible = "gpio-leds"; - power_green { + phone_green { label = "CPVA502+:green:phone"; gpios = <&gpio0 0 1>; }; - status { + link_amber { label = "CPVA502+:amber:link"; - gpios = <&gpio0 1 1>; + gpios = <&gpio0 5 1>; }; }; };