1ea0484e4SRavi Patel# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2ea0484e4SRavi Patel%YAML 1.2 3ea0484e4SRavi Patel--- 4ea0484e4SRavi Patel$id: http://devicetree.org/schemas/arm/axis.yaml# 5ea0484e4SRavi Patel$schema: http://devicetree.org/meta-schemas/core.yaml# 6ea0484e4SRavi Patel 7ea0484e4SRavi Pateltitle: Axis ARTPEC platforms 8ea0484e4SRavi Patel 9ea0484e4SRavi Patelmaintainers: 10ea0484e4SRavi Patel - Jesper Nilsson <jesper.nilsson@axis.com> 11*604a932fSSungMin Park - Lars Persson <lars.persson@axis.com> 12ea0484e4SRavi Patel - linux-arm-kernel@axis.com 13ea0484e4SRavi Patel 14ea0484e4SRavi Pateldescription: | 15ea0484e4SRavi Patel ARM platforms using SoCs designed by Axis branded as "ARTPEC". 16ea0484e4SRavi Patel 17ea0484e4SRavi Patelproperties: 18ea0484e4SRavi Patel $nodename: 19ea0484e4SRavi Patel const: '/' 20ea0484e4SRavi Patel compatible: 21ea0484e4SRavi Patel oneOf: 22ea0484e4SRavi Patel - description: Axis ARTPEC-6 SoC board 23ea0484e4SRavi Patel items: 24ea0484e4SRavi Patel - enum: 25ea0484e4SRavi Patel - axis,artpec6-dev-board 26ea0484e4SRavi Patel - const: axis,artpec6 27ea0484e4SRavi Patel 28*604a932fSSungMin Park - description: Axis ARTPEC-8 SoC board 29*604a932fSSungMin Park items: 30*604a932fSSungMin Park - enum: 31*604a932fSSungMin Park - axis,artpec8-grizzly 32*604a932fSSungMin Park - const: axis,artpec8 33*604a932fSSungMin Park 34ea0484e4SRavi PateladditionalProperties: true 35ea0484e4SRavi Patel 36ea0484e4SRavi Patel... 37