arch: arm: dts: enabled MMC 0/2 boot for TLT113 SoM.

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2024-04-21 10:35:08 +08:00
parent 36e82a0265
commit f40e65a1fa
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 13 additions and 1 deletions

View File

@ -22,10 +22,11 @@
};
&mmc0 {
bootph-all;
pinctrl-0 = <&mmc0_pins>;
pinctrl-names = "default";
vmmc-supply = <&reg_3v3>;
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
disable-wp;
bus-width = <4>;
status = "okay";

View File

@ -93,6 +93,17 @@
status = "okay";
};
&mmc2 {
bootph-all;
pinctrl-0 = <&mmc2_pins>;
pinctrl-names = "default";
vmmc-supply = <&reg_3v3>;
non-removable;
disable-wp;
bus-width = <4>;
status = "okay";
};
&spi0 {
bootph-all;
pinctrl-names = "default";