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-fabric.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 7 title: Hisilicon Fabric controller 8 9 maintainers: 10 - Wei Xu <xuwei5@hisilicon.com> 11 12 description: Hisilicon Fabric controller 13 14 properties: 15 compatible: 16 items: 17 - const: hisilicon,hip04-fabric 18 19 reg: 20 maxItems: 1 21 22 required: 23 - compatible 24 - reg 25 26 additionalProperties: false 27 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.