Linux 6.7-rc7
[linux-modified.git] / Documentation / devicetree / bindings / arm / nuvoton / nuvoton,ma35d1.yaml
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/arm/nuvoton/nuvoton,ma35d1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Nuvoton MA35 series SoC based platforms
8
9 maintainers:
10   - Jacky Huang <ychuang3@nuvoton.com>
11
12 description: |
13   Boards with an ARMv8 based Nuvoton MA35 series SoC shall have
14   the following properties.
15
16 properties:
17   $nodename:
18     const: '/'
19   compatible:
20     oneOf:
21
22       - description: MA35D1 based boards
23         items:
24           - enum:
25               - nuvoton,ma35d1-iot
26               - nuvoton,ma35d1-som
27           - const: nuvoton,ma35d1
28
29 additionalProperties: true
30 ...