Lines Matching +full:soc +full:- +full:gpio10
4 Read synopsys-dw-mshc.txt for more details
7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon specific
15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions.
16 - "hisilicon,hi3670-dw-mshc", "hisilicon,hi3660-dw-mshc": for controllers
18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.
19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
22 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral.
28 /* SoC portion */
30 compatible = "hisilicon,hi4511-dw-mshc";
33 #address-cells = <1>;
34 #size-cells = <0>;
36 clock-names = "ciu", "biu";
41 vmmc-supply = <&ldo12>;
42 fifo-depth = <0x100>;
43 pinctrl-names = "default";
44 pinctrl-0 = <&sd_pmx_pins &sd_cfg_func1 &sd_cfg_func2>;
45 bus-width = <4>;
46 disable-wp;
47 cd-gpios = <&gpio10 3 0>;
48 cap-mmc-highspeed;
49 cap-sd-highspeed;
55 compatible = "hisilicon,hi6220-dw-mshc";
56 bus-width = <0x4>;
57 disable-wp;
58 cap-sd-highspeed;
59 sd-uhs-sdr12;
60 sd-uhs-sdr25;
61 card-detect-delay = <200>;
62 hisilicon,peripheral-syscon = <&ao_ctrl>;
66 clock-names = "ciu", "biu";
67 cd-gpios = <&gpio1 0 1>;
68 pinctrl-names = "default", "idle";
69 pinctrl-0 = <&sd_pmx_func &sd_clk_cfg_func &sd_cfg_func>;
70 pinctrl-1 = <&sd_pmx_idle &sd_clk_cfg_idle &sd_cfg_idle>;
71 vqmmc-supply = <&ldo7>;
72 vmmc-supply = <&ldo10>;