ARM: dts: stm32: Enable SDMMC3 on DH DRC02
The DH DRC02 board has an on-board microSD slot, add DT properties to enable the slot. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Patrice Chotard <patrice.chotard@st.com> Cc: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
		
							parent
							
								
									75df748b87
								
							
						
					
					
						commit
						1399be91cb
					
				| 
						 | 
					@ -105,9 +105,18 @@
 | 
				
			||||||
	 * On DRC02, the SoM does not have SDIO WiFi. The pins
 | 
						 * On DRC02, the SoM does not have SDIO WiFi. The pins
 | 
				
			||||||
	 * are used for on-board microSD slot instead.
 | 
						 * are used for on-board microSD slot instead.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	/delete-property/broken-cd;
 | 
						pinctrl-names = "default", "opendrain", "sleep";
 | 
				
			||||||
	cd-gpios = <&gpioi 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
 | 
						pinctrl-0 = <&sdmmc3_b4_pins_a>;
 | 
				
			||||||
 | 
						pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
 | 
				
			||||||
 | 
						pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
 | 
				
			||||||
 | 
						cd-gpios = <&gpioi 10 GPIO_ACTIVE_HIGH>;
 | 
				
			||||||
	disable-wp;
 | 
						disable-wp;
 | 
				
			||||||
 | 
						st,neg-edge;
 | 
				
			||||||
 | 
						bus-width = <4>;
 | 
				
			||||||
 | 
						vmmc-supply = <&v3v3>;
 | 
				
			||||||
 | 
						vqmmc-supply = <&v3v3>;
 | 
				
			||||||
 | 
						mmc-ddr-3_3v;
 | 
				
			||||||
 | 
						status = "okay";
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
&spi1 {
 | 
					&spi1 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue