| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| #include "rk356x-u-boot.dtsi" |
| u-boot,spl-boot-order = "same-as-spl", &sdmmc1, &sdmmc0; |
| pinctrl-0 = <&i2c2m1_xfer>; |
| pinctrl-names = "default"; |
| assigned-clocks = <&pmucru SCLK_32K_IOE>; |
| assigned-clock-parents = <&pmucru CLK_RTC_32K>; |
| * We don't need the clocks, but if they are present they may cause |
| * probing to fail so we remove them for U-Boot. |
| /delete-property/ assigned-clocks; |
| /delete-property/ assigned-clock-parents; |
| /delete-property/ clocks; |
| /delete-property/ clock-names; |
| pinctrl-0 = <&emmc_bus8>, <&emmc_clk>, <&emmc_cmd>, |
| <&emmc_datastrobe>, <&emmc_rstnout>; |
| pinctrl-names = "default"; |
| max-frequency = <200000000>; |
| vmmc-supply = <&vcc_3v3>; |
| vqmmc-supply = <&vcc_1v8>; |