From: Daniele Alessandrelli <[email protected]> Document Intel Movidius SoC code-named Keem Bay, along with the Keem Bay EVM board.
Reviewed-by: Dinh Nguyen <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Daniele Alessandrelli <[email protected]> --- .../bindings/arm/intel,keembay.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/intel,keembay.yaml diff --git a/Documentation/devicetree/bindings/arm/intel,keembay.yaml b/Documentation/devicetree/bindings/arm/intel,keembay.yaml new file mode 100644 index 000000000000..4d925785f504 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/intel,keembay.yaml @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/intel,keembay.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Keem Bay platform device tree bindings + +maintainers: + - Paul J. Murphy <[email protected]> + - Daniele Alessandrelli <[email protected]> + +properties: + compatible: + items: + - enum: + - intel,keembay-evm + - const: intel,keembay +... -- 2.26.2

