summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/stm32mp131.dtsi
blob: 89a7ffcb814f93cb790dabc775a3db41d281f032 (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 */

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

&{/soc} {
	memory-controller@5a003000 {
		compatible = "st,stm32mp13-ddr";
		reg = <0x5a003000 0x1000>;
	};
};

&iwdg2 {
	barebox,restart-warm-bootrom;
};