162306a36Sopenharmony_ci# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 262306a36Sopenharmony_ci%YAML 1.2 362306a36Sopenharmony_ci--- 462306a36Sopenharmony_ci$id: http://devicetree.org/schemas/arm/hisilicon/controller/hip04-bootwrapper.yaml# 562306a36Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml# 662306a36Sopenharmony_ci 762306a36Sopenharmony_cititle: Bootwrapper boot method 862306a36Sopenharmony_ci 962306a36Sopenharmony_cimaintainers: 1062306a36Sopenharmony_ci - Wei Xu <xuwei5@hisilicon.com> 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_cidescription: Bootwrapper boot method (software protocol on SMP) 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciproperties: 1562306a36Sopenharmony_ci compatible: 1662306a36Sopenharmony_ci items: 1762306a36Sopenharmony_ci - const: hisilicon,hip04-bootwrapper 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci boot-method: 2062306a36Sopenharmony_ci $ref: /schemas/types.yaml#/definitions/uint32-array 2162306a36Sopenharmony_ci description: | 2262306a36Sopenharmony_ci Address and size of boot method. 2362306a36Sopenharmony_ci [0]: bootwrapper physical address 2462306a36Sopenharmony_ci [1]: bootwrapper size 2562306a36Sopenharmony_ci [2]: relocation physical address 2662306a36Sopenharmony_ci [3]: relocation size 2762306a36Sopenharmony_ci minItems: 2 2862306a36Sopenharmony_ci maxItems: 4 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_cirequired: 3162306a36Sopenharmony_ci - compatible 3262306a36Sopenharmony_ci - boot-method 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ciadditionalProperties: false 3562306a36Sopenharmony_ci... 36