u-boot-brain/arch/arm/dts/tegra186-p2771-0000.dtsi
Stephen Warren 45d85f0872 ARM: tegra: enable SD card on p2771-0000
Now that clock and reset drivers exist for Tegra186, we can enable the SD
card controller. Now that a BPMP I2C driver exists for Tegra186, we can
communicate with the PMIC to enable power to the SD card. Hook up the DT
content and board code required to make the SD card work.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-08-15 10:26:13 -07:00

73 lines
988 B
Plaintext

#include "tegra186.dtsi"
/ {
model = "NVIDIA P2771-0000";
compatible = "nvidia,p2771-0000", "nvidia,tegra186";
chosen {
stdout-path = &uarta;
};
aliases {
sdhci0 = "/sdhci@3460000";
sdhci1 = "/sdhci@3400000";
i2c0 = "/bpmp/i2c";
i2c1 = "/i2c@3160000";
i2c2 = "/i2c@c240000";
i2c3 = "/i2c@3180000";
i2c4 = "/i2c@3190000";
i2c5 = "/i2c@31c0000";
i2c6 = "/i2c@c250000";
i2c7 = "/i2c@31e0000";
};
memory {
reg = <0x0 0x80000000 0x0 0x60000000>;
};
i2c@3160000 {
status = "okay";
};
i2c@3180000 {
status = "okay";
};
i2c@3190000 {
status = "okay";
};
i2c@31c0000 {
status = "okay";
};
sdhci@3400000 {
status = "okay";
wp-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
bus-width = <4>;
};
sdhci@3460000 {
status = "okay";
bus-width = <8>;
};
i2c@c240000 {
status = "okay";
};
i2c@c250000 {
status = "okay";
};
i2c@31e0000 {
status = "okay";
};
bpmp {
i2c {
status = "okay";
};
};
};