Path: blob/master/Documentation/devicetree/bindings/arm/arm,realview.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/arm,realview.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM RealView Boards78maintainers:9- Linus Walleij <linus.walleij@linaro.org>1011description: |+12The ARM RealView series of reference designs were built to explore the Arm11,13Cortex-A8, and Cortex-A9 CPUs. This included new features compared to the14earlier CPUs such as TrustZone and multicore (MPCore).1516properties:17$nodename:18const: '/'19compatible:20oneOf:21- description: ARM RealView Emulation Baseboard (HBI-0140) was created22as a generic platform to test different FPGA designs, and has23pluggable CPU modules, see ARM DUI 0303E.24items:25- const: arm,realview-eb26- description: ARM RealView Platform Baseboard for ARM1176JZF-S27(HBI-0147) was created as a development board to test ARM TrustZone,28CoreSight and Intelligent Energy Management (IEM) see ARM DUI 0425F.29items:30- const: arm,realview-pb117631- description: ARM RealView Platform Baseboard for ARM 11 MPCore32(HBI-0159, HBI-0175 and HBI-0176) was created to showcase33multiprocessing with ARM11 using MPCore using symmetric34multiprocessing (SMP). See ARM DUI 0351E.35items:36- const: arm,realview-pb11mp37- description: ARM RealView Platform Baseboard for Cortex-A8 (HBI-0178,38HBI-0176 and HBI-0175) was the first reference platform for the39Cortex CPU family, including a Cortex-A8 test chip.40items:41- const: arm,realview-pba842- description: ARM RealView Platform Baseboard Explore for Cortex-A943(HBI-0182 and HBI-0183) was the reference platform for the Cortex-A944CPU.45items:46- const: arm,realview-pbx4748soc:49description: All RealView boards must provide a soc node in the root of the50device tree, representing the System-on-Chip since these test chips are51rather complex.52type: object53properties:54compatible:55oneOf:56- items:57- const: arm,realview-eb-soc58- const: simple-bus59- items:60- const: arm,realview-pb1176-soc61- const: simple-bus62- items:63- const: arm,realview-pb11mp-soc64- const: simple-bus65- items:66- const: arm,realview-pba8-soc67- const: simple-bus68- items:69- const: arm,realview-pbx-soc70- const: simple-bus7172patternProperties:73"^.*syscon@[0-9a-f]+$":74type: object75description: All RealView boards must provide a syscon system controller76node inside the soc node.7778required:79- compatible8081required:82- compatible83- soc8485additionalProperties: true8687...888990