Lines Matching +full:sata +full:- +full:controller

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/ata/ahci-platform.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AHCI SATA Controller
10 SATA nodes are defined to describe on-chip Serial ATA controllers.
11 Each SATA controller should have its own node.
13 It is possible, but not required, to represent each port as a sub-node.
18 - Hans de Goede <hdegoede@redhat.com>
19 - Jens Axboe <axboe@kernel.dk>
26 - brcm,iproc-ahci
27 - cavium,octeon-7130-ahci
28 - hisilicon,hisi-ahci
29 - ibm,476gtr-ahci
30 - marvell,armada-3700-ahci
31 - marvell,armada-8k-ahci
32 - marvell,berlin2q-ahci
33 - socionext,uniphier-pro4-ahci
34 - socionext,uniphier-pxs2-ahci
35 - socionext,uniphier-pxs3-ahci
37 - compatible
42 - items:
43 - enum:
44 - brcm,iproc-ahci
45 - marvell,armada-8k-ahci
46 - marvell,berlin2-ahci
47 - marvell,berlin2q-ahci
48 - socionext,uniphier-pro4-ahci
49 - socionext,uniphier-pxs2-ahci
50 - socionext,uniphier-pxs3-ahci
51 - const: generic-ahci
52 - enum:
53 - cavium,octeon-7130-ahci
54 - hisilicon,hisi-ahci
55 - ibm,476gtr-ahci
56 - marvell,armada-3700-ahci
62 reg-names:
69 clock-names:
76 power-domains:
84 "^sata-port@[0-9a-f]+$":
85 $ref: /schemas/ata/ahci-common.yaml#/$defs/ahci-port
88 - required: [ phys ]
89 - required: [ target-supply ]
94 - compatible
95 - reg
96 - interrupts
99 - $ref: ahci-common.yaml#
100 - if:
104 const: socionext,uniphier-pro4-ahci
109 - description: reset line for the parent
110 - description: reset line for the glue logic
111 - description: reset line for the controller
113 - resets
120 - socionext,uniphier-pxs2-ahci
121 - socionext,uniphier-pxs3-ahci
126 - description: reset for the glue logic
127 - description: reset for the controller
129 - resets
138 - |
139 sata@ffe08000 {
140 compatible = "snps,spear-ahci";
144 - |
145 #include <dt-bindings/interrupt-controller/arm-gic.h>
146 #include <dt-bindings/clock/berlin2q.h>
147 #include <dt-bindings/ata/ahci.h>
149 sata@f7e90000 {
150 compatible = "marvell,berlin2q-ahci", "generic-ahci";
154 #address-cells = <1>;
155 #size-cells = <0>;
157 hba-cap = <HBA_SMPS>;
159 sata0: sata-port@0 {
163 target-supply = <&reg_sata0>;
165 hba-port-cap = <(HBA_PORT_FBSCP | HBA_PORT_ESP)>;
168 sata1: sata-port@1 {
172 target-supply = <&reg_sata1>;
174 hba-port-cap = <(HBA_PORT_HPCP | HBA_PORT_MPSP | HBA_PORT_FBSCP)>;