1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/arm/spear.y 4 $id: http://devicetree.org/schemas/arm/spear.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: ST SPEAr Platforms 7 title: ST SPEAr Platforms 8 8 9 maintainers: 9 maintainers: 10 - Viresh Kumar <vireshk@kernel.org> 10 - Viresh Kumar <vireshk@kernel.org> 11 - Stefan Roese <sr@denx.de> 11 - Stefan Roese <sr@denx.de> 12 12 13 properties: 13 properties: 14 $nodename: 14 $nodename: 15 const: '/' 15 const: '/' 16 compatible: 16 compatible: 17 items: 17 items: 18 - enum: 18 - enum: 19 - st,spear600 19 - st,spear600 20 - st,spear300 20 - st,spear300 21 - st,spear310 21 - st,spear310 22 - st,spear320 22 - st,spear320 23 - st,spear1310 23 - st,spear1310 24 - st,spear1340 24 - st,spear1340 25 25 26 additionalProperties: true 26 additionalProperties: true 27 27 28 ... 28 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.