Lines Matching +full:sw +full:- +full:mode
4 - compatible : Must be "mediatek,<chip>-ahci", "mediatek,mtk-ahci".
5 When using "mediatek,mtk-ahci" compatible strings, you
7 - "mediatek,mt7622-ahci"
8 - reg : Physical base addresses and length of register sets.
9 - interrupts : Interrupt associated with the SATA device.
10 - interrupt-names : Associated name must be: "hostc".
11 - clocks : A list of phandle and clock specifier pairs, one for each
12 entry in clock-names.
13 - clock-names : Associated names must be: "ahb", "axi", "asic", "rbc", "pm".
14 - phys : A phandle and PHY specifier pair for the PHY port.
15 - phy-names : Associated name must be: "sata-phy".
16 - ports-implemented : See ./ahci-platform.txt for details.
19 - power-domains : A phandle and power domain specifier pair to the power
22 - resets : Must contain an entry for each entry in reset-names.
24 - reset-names : Associated names must be: "axi", "sw", "reg".
25 - mediatek,phy-mode : A phandle to the system controller, used to enable
31 compatible = "mediatek,mt7622-ahci",
32 "mediatek,mtk-ahci";
35 interrupt-names = "hostc";
41 clock-names = "ahb", "axi", "asic", "rbc", "pm";
43 phy-names = "sata-phy";
44 ports-implemented = <0x1>;
45 power-domains = <&scpsys MT7622_POWER_DOMAIN_HIF0>;
49 reset-names = "axi", "sw", "reg";
50 mediatek,phy-mode = <&pciesys>;