Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 933d87a5 authored by Pritesh Raithatha's avatar Pritesh Raithatha Committed by Stephen Warren
Browse files

ARM: tegra: add SDHCI nodes with common properties



This patch adds in the SDHCI nodes for the busses supported on Tegra114
boards.

Signed-off-by: default avatarPritesh Raithatha <praithatha@nvidia.com>
[Rhyland added clk refs to & reordered sdhci nodes and removed spaces]
Signed-off-by: default avatarRhyland Klein <rklein@nvidia.com>
[swarren: fixed DT node sort order]
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 2c314d5c
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -122,6 +122,38 @@
		nvidia,ahb = <&ahb>;
	};

	sdhci@78000000 {
		compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
		reg = <0x78000000 0x200>;
		interrupts = <0 14 0x04>;
		clocks = <&tegra_car 14>;
		status = "disable";
	};

	sdhci@78000200 {
		compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
		reg = <0x78000200 0x200>;
		interrupts = <0 15 0x04>;
		clocks = <&tegra_car 9>;
		status = "disable";
	};

	sdhci@78000400 {
		compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
		reg = <0x78000400 0x200>;
		interrupts = <0 19 0x04>;
		clocks = <&tegra_car 69>;
		status = "disable";
	};

	sdhci@78000600 {
		compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
		reg = <0x78000600 0x200>;
		interrupts = <0 31 0x04>;
		clocks = <&tegra_car 15>;
		status = "disable";
	};

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;