da9859533e
Convert from: inherits: !include spi-device.yaml to: include: spi-device.yaml Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
17 lines
326 B
YAML
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"
|