summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7-cm-u-boot.dtsi
blob: c6970c51baeeafa905abb3d5007efad662d36fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/{
    aliases {
        mmc0 = &usdhc1;
    };
};

&usdhc1 {
	u-boot,dm-spl;
};

&i2c1 {
	u-boot,dm-spl;
};

&pinctrl_i2c1 {
	u-boot,dm-spl;
};