Lines Matching +full:non +full:- +full:removable

1 * STMicroelectronics sdhci-st MMC/SD controller
5 used by the sdhci-st driver.
8 - compatible: Must be "st,sdhci" and it can be compatible to "st,sdhci-stih407"
13 - clock-names: Should be "mmc" and "icn". (NB: The latter is not compulsory)
14 See: Documentation/devicetree/bindings/resource-names.txt
15 - clocks: Phandle to the clock.
16 See: Documentation/devicetree/bindings/clock/clock-bindings.txt
18 - interrupts: One mmc interrupt should be described here.
19 - interrupt-names: Should be "mmcirq".
21 - pinctrl-names: A pinctrl state names "default" must be defined.
22 - pinctrl-0: Phandle referencing pin configuration of the sd/emmc controller.
23 See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
25 - reg: This must provide the host controller base address and it can also
27 to configure DLL inside the flashSS, if so reg-names must also be
31 - reg-names: Should be "mmc" and "top-mmc-delay". "top-mmc-delay" is optional
34 - non-removable: Non-removable slot. Also used for configuring mmcss in STiH407 SoC
38 - bus-width: Number of data lines.
41 - max-frequency: Can be 200MHz, 100MHz or 50MHz (default) and used for
45 - resets: Phandle and reset specifier pair to softreset line of HC IP.
48 - vqmmc-supply: Phandle to the regulator dt node, mentioned as the vcc/vdd
51 - sd-uhs-sdr50: To enable the SDR50 in the mmcss.
54 - sd-uhs-sdr104: To enable the SDR104 in the mmcss.
57 - sd-uhs-ddr50: To enable the DDR50 in the mmcss.
68 interrupt-names = "mmcirq";
69 pinctrl-names = "default";
70 pinctrl-0 = <&pinctrl_mmc0>;
71 clock-names = "mmc";
73 bus-width = <8>
78 compatible = "st,sdhci-stih407", "st,sdhci";
80 reg-names = "mmc";
82 interrupt-names = "mmcirq";
83 pinctrl-names = "default";
84 pinctrl-0 = <&pinctrl_sd1>;
85 clock-names = "mmc";
88 bus-width = <4>;
94 compatible = "st,sdhci-stih407", "st,sdhci";
96 reg-names = "mmc", "top-mmc-delay";
98 interrupt-names = "mmcirq";
99 pinctrl-names = "default";
100 pinctrl-0 = <&pinctrl_mmc0>;
101 clock-names = "mmc";
103 vqmmc-supply = <&vmmc_reg>;
104 max-frequency = <200000000>;
105 bus-width = <8>;
106 non-removable;
107 sd-uhs-sdr50;
108 sd-uhs-sdr104;
109 sd-uhs-ddr50;