| // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause |
| * Copyright : STMicroelectronics 2022 |
| #include <dt-bindings/input/linux-event-codes.h> |
| #include "stm32mp15-scmi-u-boot.dtsi" |
| u-boot,boot-led = "led-blue"; |
| u-boot,error-led = "led-red"; |
| u-boot,mmc-env-partition = "u-boot-env"; |
| st,adc_usb_pd = <&adc1 18>, <&adc1 19>; |
| compatible = "gpio-keys"; |
| gpios = <&gpioa 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; |
| gpios = <&gpioa 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; |
| gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; |
| /* pull-up on rx to avoid floating level */ |
| u-boot,force-b-session-valid; |