Lines Matching +full:tegra186 +full:- +full:sdhci

4 - compatible: Should contain one of the following:
5 - "nvidia,tegra186-pmc": for Tegra186
6 - "nvidia,tegra194-pmc": for Tegra194
7 - "nvidia,tegra234-pmc": for Tegra234
8 - reg: Must contain an (offset, length) pair of the register set for each
9 entry in reg-names.
10 - reg-names: Must include the following entries:
11 - "pmc"
12 - "wake"
13 - "aotag"
14 - "scratch"
15 - "misc" (Only for Tegra194 and later)
18 - nvidia,invert-interrupt: If present, inverts the PMU interrupt signal.
19 - interrupt-controller: Identifies the node as an interrupt controller.
20 - #interrupt-cells: Specifies the number of cells needed to encode an
28 compatible = "nvidia,tegra186-pmc";
33 reg-names = "pmc", "wake", "aotag", "scratch";
39 nvidia,invert-interrupt;
55 Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt.
57 The following pads are present on Tegra186:
58 csia csib dsi mipi-bias
59 pex-clk-bias pex-clk3 pex-clk2 pex-clk1
60 usb0 usb1 usb2 usb-bias
62 hdmi-dp0 hdmi-dp1 pex-cntrl sdmmc2-hv
65 dsif spi ufs dmic-hv
66 edp sdmmc1-hv sdmmc3-hv conn
67 audio-hv ao-hv
70 - pins: A list of strings, each of which contains the name of a pad
74 - low-power-enable: Configure the pad into power down mode
75 - low-power-disable: Configure the pad into active mode
76 - power-source: Must contain either TEGRA_IO_PAD_VOLTAGE_1V8 or
79 include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h.
82 for ao-hv. Following pads have software configurable signaling
83 voltages: sdmmc2-hv, dmic-hv, sdmmc1-hv, sdmmc3-hv, audio-hv,
84 ao-hv.
88 compatible = "nvidia,tegra186-pmc";
93 reg-names = "pmc", "wake", "aotag", "scratch";
97 sdmmc1_3v3: sdmmc1-3v3 {
98 pins = "sdmmc1-hv";
99 power-source = <TEGRA_IO_PAD_VOLTAGE_3V3>;
102 sdmmc1_1v8: sdmmc1-1v8 {
103 pins = "sdmmc1-hv";
104 power-source = <TEGRA_IO_PAD_VOLTAGE_1V8>;
107 hdmi_off: hdmi-off {
109 low-power-enable;
112 hdmi_on: hdmi-on {
114 low-power-disable;
119 sdmmc1: sdhci@3400000 {
121 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8";
122 pinctrl-0 = <&sdmmc1_3v3>;
123 pinctrl-1 = <&sdmmc1_1v8>;
130 pinctrl-0 = <&hdmi_off>;
131 pinctrl-1 = <&hdmi_on>;
132 pinctrl-names = "hdmi-on", "hdmi-off";