pata-common.yaml (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) pata-common.yaml (6a0e321ea735691e726d84ee29a1a3fd3fc3541a)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/ata/pata-common.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Common Properties for Parallel AT attachment (PATA) controllers
8

--- 33 unchanged lines hidden (view full) ---

42 properties:
43 reg:
44 minimum: 0
45 maximum: 1
46 description:
47 The ID number of the drive port, 0 for the master port and 1 for the
48 slave port.
49
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/ata/pata-common.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Common Properties for Parallel AT attachment (PATA) controllers
8

--- 33 unchanged lines hidden (view full) ---

42 properties:
43 reg:
44 minimum: 0
45 maximum: 1
46 description:
47 The ID number of the drive port, 0 for the master port and 1 for the
48 slave port.
49
50additionalProperties: true
51
50...
52...