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