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 7title: Nuvoton MA35 series SoC based platforms 8 9maintainers: 10 - Jacky Huang <ychuang3@nuvoton.com> 11 12description: | 13 Boards with an ARMv8 based Nuvoton MA35 series SoC shall have 14 the following properties. 15 16properties: 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 29additionalProperties: true 30... 31