Path: blob/master/Documentation/devicetree/bindings/arm/arm,integrator.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,integrator.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM Integrator Boards78maintainers:9- Linus Walleij <linus.walleij@linaro.org>1011description: |+12These were the first ARM platforms officially supported by ARM Ltd.13They are ARMv4, ARMv5 and ARMv6-capable using different core tiles,14so the system is modular and can host a variety of CPU tiles called15"core tiles" and referred to in the device tree as "core modules".1617properties:18$nodename:19const: '/'20compatible:21oneOf:22- description: ARM Integrator Application Platform, this board has a PCI23host and several PCI slots, as well as a number of slots for logical24expansion modules, it is referred to as an "ASIC Development25Motherboard" and is extended with custom FPGA and is intended for26rapid prototyping. See ARM DUI 0098B. This board can physically come27pre-packaged in a PC Tower form factor called Integrator/PP1 or a28special metal fixture called Integrator/PP2, see ARM DUI 0169A.29items:30- const: arm,integrator-ap31- description: ARM Integrator Compact Platform (HBI-0086), this board has32a compact form factor and mainly consists of the bare minimum33peripherals to make use of the core module. See ARM DUI 0159B.34items:35- const: arm,integrator-cp36- description: ARM Integrator Standard Development Board (SDB) Platform,37this board is a PCI-based board conforming to the Microsoft SDB38(HARP) specification. See ARM DUI 0099A.39items:40- const: arm,integrator-sp4142required:43- compatible44- core-module@100000004546additionalProperties: true4748...495051