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