36 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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 method8 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-bootwrapper18 19 boot-method:20 $ref: /schemas/types.yaml#/definitions/uint32-array21 description: |22 Address and size of boot method.23 [0]: bootwrapper physical address24 [1]: bootwrapper size25 [2]: relocation physical address26 [3]: relocation size27 minItems: 228 maxItems: 429 30required:31 - compatible32 - boot-method33 34additionalProperties: false35...36