summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/sama5d2.dtsi
blob: c9af5f2f7ad4768f6837dee77dc9791de38c2abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)

/ {
	aliases {
		mmc0 = &sdmmc0;
		mmc1 = &sdmmc1;
	};
};

/delete-node/ &{/memory};

&sdmmc0 {
	assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_UTMI>;
};

&sdmmc1 {
	assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_UTMI>;
};