zephyr/dts/bindings/serial/zephyr,native-posix-uart.yaml
Kumar Gala da9859533e dts/bindings: Convert bindings to new include syntax
Convert from:

inherits:
    !include spi-device.yaml

to:

include: spi-device.yaml

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-09-07 10:25:02 -05:00

17 lines
326 B
YAML

#
# Copyright (c) 2019, Jan Van Winkel (jan.van_winkel@dxplore.eu)
#
# SPDX-License-Identifier: Apache-2.0
#
title: Native POSIX UART
description: >
This binding gives a base representation of the Native POSIX UART
include: uart-controller.yaml
properties:
compatible:
constraint: "zephyr,native-posix-uart"