zephyr/dts/bindings/serial/raspberrypi,pico-uart.yaml
TOKITA Hiroshi bcb4aae0c5 dts: bindings: serial: pl011: Make included reset-device.yaml
The PL011 driver has already implemented supporting reset device
behavior.
However, the support is incomplete because the `arm,pl011.yaml`,
does not contain a `reset-device.yaml`.

Add include directive to `arm,pl011.yaml` to including
`reset-device.yaml` to complete the support for reset device.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2025-01-07 00:26:20 +01:00

6 lines
100 B
YAML

description: Raspberry Pi Pico UART
compatible: "raspberrypi,pico-uart"
include: "arm,pl011.yaml"