.. | .. |
---|
48 | 48 | compatible = "olimex,a20-olinuxino-lime2-emmc", "allwinner,sun7i-a20"; |
---|
49 | 49 | |
---|
50 | 50 | mmc2_pwrseq: pwrseq { |
---|
51 | | - pinctrl-0 = <&mmc2_pins_nrst>; |
---|
52 | | - pinctrl-names = "default"; |
---|
53 | 51 | compatible = "mmc-pwrseq-emmc"; |
---|
54 | 52 | reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; |
---|
55 | 53 | }; |
---|
56 | 54 | }; |
---|
57 | 55 | |
---|
58 | | -&pio { |
---|
59 | | - mmc2_pins_nrst: mmc2-rst-pin { |
---|
60 | | - pins = "PC16"; |
---|
61 | | - function = "gpio_out"; |
---|
62 | | - }; |
---|
63 | | -}; |
---|
64 | | - |
---|
65 | 56 | &mmc2 { |
---|
66 | | - pinctrl-names = "default"; |
---|
67 | | - pinctrl-0 = <&mmc2_pins_a>; |
---|
68 | 57 | vmmc-supply = <®_vcc3v3>; |
---|
69 | 58 | vqmmc-supply = <®_vcc3v3>; |
---|
70 | 59 | bus-width = <4>; |
---|