zephyr/dts/bindings/gpio/raspberrypi,pico-gpio.yaml
Kumar Gala ac15cb668b dts: bindings: gpio: device labels are now optional
All in tree device drivers use some form of DEVICE_DT_GET
so we no longer need to require label properties.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-18 10:38:55 +00:00

20 lines
297 B
YAML

# Copyright (c) 2021, Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
description: Raspberry Pi Pico GPIO
compatible: "raspberrypi,pico-gpio"
include: [gpio-controller.yaml, base.yaml]
properties:
reg:
required: true
"#gpio-cells":
const: 2
gpio-cells:
- pin
- flags