mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 10:16:41 +07:00
1292c12959
Mark any SDHCI controllers that aren't registered by the board files as disabled in the device-tree files. In practice, these controllers: * Have nothing hooked up to them at all, or * For ports intended for SDIO usage, the drivers for anything that might be attached are not in the device-tree yet. If/when drivers appear, the SD/MMC port can be re-enabled. The only possible exception is TrimSlice's mico SD slot, but that wasn't enabled in the board files before anyway, and doesn't work when all the SDHCI controllers are enabled anyway. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
72 lines
993 B
Plaintext
72 lines
993 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "tegra20.dtsi"
|
|
|
|
/ {
|
|
model = "NVIDIA Seaboard";
|
|
compatible = "nvidia,seaboard", "nvidia,tegra20";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = < 0x00000000 0x40000000 >;
|
|
};
|
|
|
|
i2c@7000c000 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000c400 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000c500 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000d000 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
serial@70006000 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006040 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006200 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006300 {
|
|
clock-frequency = < 216000000 >;
|
|
};
|
|
|
|
serial@70006400 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000000 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000200 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000400 {
|
|
cd-gpios = <&gpio 69 0>; /* gpio PI5 */
|
|
wp-gpios = <&gpio 57 0>; /* gpio PH1 */
|
|
power-gpios = <&gpio 70 0>; /* gpio PI6 */
|
|
};
|
|
|
|
sdhci@c8000600 {
|
|
support-8bit;
|
|
};
|
|
|
|
usb@c5000000 {
|
|
nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
|
|
};
|
|
};
|