1*833e5d42SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2*833e5d42SEmmanuel Vadot%YAML 1.2 3*833e5d42SEmmanuel Vadot--- 4*833e5d42SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/axiado.yaml# 5*833e5d42SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*833e5d42SEmmanuel Vadot 7*833e5d42SEmmanuel Vadottitle: Axiado Platforms 8*833e5d42SEmmanuel Vadot 9*833e5d42SEmmanuel Vadotmaintainers: 10*833e5d42SEmmanuel Vadot - Harshit Shah <hshah@axiado.com> 11*833e5d42SEmmanuel Vadot 12*833e5d42SEmmanuel Vadotproperties: 13*833e5d42SEmmanuel Vadot $nodename: 14*833e5d42SEmmanuel Vadot const: '/' 15*833e5d42SEmmanuel Vadot compatible: 16*833e5d42SEmmanuel Vadot oneOf: 17*833e5d42SEmmanuel Vadot - description: AX3000 based boards 18*833e5d42SEmmanuel Vadot items: 19*833e5d42SEmmanuel Vadot - enum: 20*833e5d42SEmmanuel Vadot - axiado,ax3000-evk # Axiado AX3000 Evaluation Board 21*833e5d42SEmmanuel Vadot - const: axiado,ax3000 # Axiado AX3000 SoC 22*833e5d42SEmmanuel Vadot 23*833e5d42SEmmanuel VadotadditionalProperties: true 24