Path: blob/master/Documentation/devicetree/bindings/ata/pata-common.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/ata/pata-common.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Common Properties for Parallel AT attachment (PATA) controllers78maintainers:9- Linus Walleij <linus.walleij@linaro.org>1011description: |12This document defines device tree properties common to most Parallel13ATA (PATA, also known as IDE) AT attachment storage devices.14It doesn't constitute a device tree binding specification by itself but is15meant to be referenced by device tree bindings.1617The PATA (IDE) controller-specific device tree bindings are responsible for18defining whether each property is required or optional.1920properties:21$nodename:22pattern: "^ide(@.*)?$"23description:24Specifies the host controller node. PATA host controller nodes are named25"ide".2627"#address-cells":28const: 12930"#size-cells":31const: 03233patternProperties:34"^ide-port@[0-1]$":35description: |36DT nodes for ports connected on the PATA host. The master drive will have37ID number 0 and the slave drive will have ID number 1. The PATA port38nodes will be named "ide-port".39type: object40additionalProperties: false4142properties:43reg:44minimum: 045maximum: 146description:47The ID number of the drive port, 0 for the master port and 1 for the48slave port.4950additionalProperties: true5152...535455