Searched +full:pwr +full:- +full:dwn (Results 1 – 3 of 3) sorted by relevance
6 - compatible : Must be "st,ahci"7 - reg : Physical base addresses and length of register sets8 - interrupts : Interrupt associated with the SATA device9 - interrupt-names : Associated name must be; "hostc"10 - clocks : The phandle for the clock11 - clock-names : Associated name must be; "ahci_clk"12 - phys : The phandle for the PHY port13 - phy-names : Associated name must be; "ahci_phy"16 - resets : The power-down, soft-reset and power-reset lines of SATA IP17 - reset-names : Associated names must be; "pwr-dwn", "sw-rst" and "pwr-rst"[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Patrice Chotard <patrice.chotard@foss.st.com>13 - $ref: ahci-common.yaml#19 interrupt-names:21 - const: hostc26 clock-names:28 - const: ahci_clk32 - description: Power-down line[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include "stih407-pinctrl.dtsi"7 #include <dt-bindings/mfd/st-lpc.h>8 #include <dt-bindings/phy/phy.h>9 #include <dt-bindings/reset/stih407-resets.h>10 #include <dt-bindings/interrupt-controller/irq-st.h>12 #address-cells = <1>;13 #size-cells = <1>;15 reserved-memory {16 #address-cells = <1>;[all …]