diff options
author | Daniele Alessandrelli <daniele.alessandrelli@intel.com> | 2020-07-17 12:04:11 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-17 17:32:13 +0300 |
commit | 37de951b3656eb0421065695409e7dbeaccee039 (patch) | |
tree | c2558372b9ff706937a17b91197a9d81146af7f6 /Documentation/devicetree/bindings/arm/intel,keembay.yaml | |
parent | a6a4abf8efeeadb762b5160f128f30c3c5c8e4ff (diff) | |
download | linux-37de951b3656eb0421065695409e7dbeaccee039.tar.xz |
dt-bindings: arm: Add Keem Bay bindings
Document Intel Movidius SoC code-named Keem Bay, along with the Keem Bay
EVM board.
Link: https://lore.kernel.org/r/20200717090414.313530-3-daniele.alessandrelli@linux.intel.com
Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/intel,keembay.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/intel,keembay.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
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 <paul.j.murphy@intel.com> + - Daniele Alessandrelli <daniele.alessandrelli@intel.com> + +properties: + compatible: + items: + - enum: + - intel,keembay-evm + - const: intel,keembay +... |