0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/spear.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: ST SPEAr Platforms Device Tree Bindings
0008
0009 maintainers:
0010 - Viresh Kumar <vireshk@kernel.org>
0011 - Stefan Roese <sr@denx.de>
0012
0013 properties:
0014 $nodename:
0015 const: '/'
0016 compatible:
0017 items:
0018 - enum:
0019 - st,spear600
0020 - st,spear300
0021 - st,spear310
0022 - st,spear320
0023 - st,spear1310
0024 - st,spear1340
0025
0026 additionalProperties: true
0027
0028 ...