Lines Matching +full:sata +full:- +full:port
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/sata-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Common Properties for Serial AT attachment (SATA) controllers
10 - Linus Walleij <linus.walleij@linaro.org>
14 AT attachment (SATA) storage devices. It doesn't constitute a device tree
18 The SATA controller-specific device tree bindings are responsible for
23 pattern: "^sata(@.*)?$"
25 Specifies the host controller node. SATA host controller nodes are named
26 "sata"
28 "#address-cells":
31 "#size-cells":
34 dma-coherent: true
37 "^sata-port@[0-9a-e]$":
38 $ref: '#/$defs/sata-port'
40 DT nodes for ports connected on the SATA host. The SATA port
41 nodes will be named "sata-port".
46 sata-port:
53 The ID number of the SATA port. Aside with being directly used,
54 each port can have a Port Multiplier attached thus allowing to
55 access more than one drive by means of a single SATA port.