1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/arm/hisilic 4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/hip04-bootwrapper.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Bootwrapper boot method 7 title: Bootwrapper boot method 8 8 9 maintainers: 9 maintainers: 10 - Wei Xu <xuwei5@hisilicon.com> 10 - Wei Xu <xuwei5@hisilicon.com> 11 11 12 description: Bootwrapper boot method (software 12 description: Bootwrapper boot method (software protocol on SMP) 13 13 14 properties: 14 properties: 15 compatible: 15 compatible: 16 items: 16 items: 17 - const: hisilicon,hip04-bootwrapper 17 - const: hisilicon,hip04-bootwrapper 18 18 19 boot-method: 19 boot-method: 20 $ref: /schemas/types.yaml#/definitions/uin 20 $ref: /schemas/types.yaml#/definitions/uint32-array 21 description: | 21 description: | 22 Address and size of boot method. 22 Address and size of boot method. 23 [0]: bootwrapper physical address 23 [0]: bootwrapper physical address 24 [1]: bootwrapper size 24 [1]: bootwrapper size 25 [2]: relocation physical address 25 [2]: relocation physical address 26 [3]: relocation size 26 [3]: relocation size 27 minItems: 2 27 minItems: 2 28 maxItems: 4 28 maxItems: 4 29 29 30 required: 30 required: 31 - compatible 31 - compatible 32 - boot-method 32 - boot-method 33 33 34 additionalProperties: false 34 additionalProperties: false 35 ... 35 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.