summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/al,alpine.yaml
blob: a70dff277e05f1c7672dd19d10051284d7e57ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/al,alpine.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Annapurna Labs Alpine Platform Device Tree Bindings

maintainers:
  - Tsahee Zidenberg <tsahee@annapurnalabs.com>
  - Antoine Tenart <antoine.tenart@bootlin.com>

properties:
  compatible:
    items:
      - const: al,alpine
  model:
    items:
      - const: "Annapurna Labs Alpine Dev Board"

...