1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 3 #include "rk3568-fastrhino-r66s.dtsi" 4 5 / { 6 model = "Lunzn FastRhino R66S"; 7 compatible = "lunzn,fastrhino-r66s", "rockchip,rk3568"; 8 9 aliases { 10 mmc0 = &sdmmc0; 11 }; 12 }; 13 14 &pmu_io_domains { 15 vccio3-supply = <&vccio_sd>; 16 }; 17 18 &sdmmc0 { 19 bus-width = <4>; 20 cap-mmc-highspeed; 21 cap-sd-highspeed; 22 disable-wp; 23 no-sdio; 24 no-mmc; 25 sd-uhs-sdr50; 26 pinctrl-names = "default"; 27 pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>; 28 vmmc-supply = <&vcc3v3_sd>; 29 vqmmc-supply = <&vccio_sd>; 30 status = "okay"; 31 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.