1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/hisilicon/controller/hip04-bootwrapper.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Bootwrapper boot method 8 9maintainers: 10 - Wei Xu <xuwei5@hisilicon.com> 11 12description: Bootwrapper boot method (software protocol on SMP) 13 14properties: 15 compatible: 16 items: 17 - const: hisilicon,hip04-bootwrapper 18 19 boot-method: 20 description: | 21 Address and size of boot method. 22 [0]: bootwrapper physical address 23 [1]: bootwrapper size 24 [2]: relocation physical address 25 [3]: relocation size 26 minItems: 1 27 maxItems: 2 28 29required: 30 - compatible 31 - boot-method 32 33additionalProperties: false 34... 35