summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/sama5d2.dtsi
blob: 15682f9d273478a9db068ce4e4b2d96f2e1bf7be (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@20000000};

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

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