1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2*f126890aSEmmanuel Vadot 3*f126890aSEmmanuel Vadot#include "rk3568-fastrhino-r66s.dtsi" 4*f126890aSEmmanuel Vadot 5*f126890aSEmmanuel Vadot/ { 6*f126890aSEmmanuel Vadot model = "Lunzn FastRhino R66S"; 7*f126890aSEmmanuel Vadot compatible = "lunzn,fastrhino-r66s", "rockchip,rk3568"; 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot aliases { 10*f126890aSEmmanuel Vadot mmc0 = &sdmmc0; 11*f126890aSEmmanuel Vadot }; 12*f126890aSEmmanuel Vadot}; 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot&sdmmc0 { 15*f126890aSEmmanuel Vadot bus-width = <4>; 16*f126890aSEmmanuel Vadot cap-mmc-highspeed; 17*f126890aSEmmanuel Vadot cap-sd-highspeed; 18*f126890aSEmmanuel Vadot disable-wp; 19*f126890aSEmmanuel Vadot max-frequency = <150000000>; 20*f126890aSEmmanuel Vadot no-sdio; 21*f126890aSEmmanuel Vadot no-mmc; 22*f126890aSEmmanuel Vadot pinctrl-names = "default"; 23*f126890aSEmmanuel Vadot pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>; 24*f126890aSEmmanuel Vadot vmmc-supply = <&vcc3v3_sd>; 25*f126890aSEmmanuel Vadot vqmmc-supply = <&vccio_sd>; 26*f126890aSEmmanuel Vadot status = "okay"; 27*f126890aSEmmanuel Vadot}; 28