]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/dragonboard820c-uboot.dtsi
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / dts / dragonboard820c-uboot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * U-Boot addition to handle Dragonboard 820c pins
4  *
5  * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
6  */
7
8 &pm8994_pon {
9         key_vol_down {
10                 gpios = <&pm8994_pon 1 0>;
11                 label = "key_vol_down";
12         };
13
14         key_power {
15                 gpios = <&pm8994_pon 0 0>;
16                 label = "key_power";
17         };
18 };