Path: blob/master/Documentation/devicetree/bindings/arm/arm,versatile.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,versatile.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM Versatile Boards78maintainers:9- Linus Walleij <linus.walleij@linaro.org>1011description: |+12The ARM Versatile boards are two variants of ARM926EJ-S evaluation boards13with various pluggable interface boards, in essence the Versatile PB version14is a superset of the Versatile AB version.1516The root node in the Versatile platforms must contain a core module child17node. They are always at physical address 0x10000000 in all the Versatile18variants.1920When fitted with the IB2 Interface Board, the Versatile AB will present an21optional system controller node which controls the extra peripherals on the22interface board.2324properties:25$nodename:26const: '/'27compatible:28oneOf:29- description: The ARM Versatile Application Baseboard (HBI-0118) is an30evaluation board specifically for the ARM926EJ-S. It can be connected31to an IB1 interface board for a touchscreen-type use case or an IB232for a candybar phone-type use case. See ARM DUI 0225D.33items:34- const: arm,versatile-ab35- description: The ARM Versatile Platform Baseboard (HBI-0117) is an36extension of the Versatile Application Baseboard that includes a37PCI host controller. Like the sibling board, it is done specifically38for ARM926EJ-S. See ARM DUI 0224B.39items:40- const: arm,versatile-pb4142required:43- compatible44- core-module@100000004546additionalProperties: true4748...495051