// SPDX-License-Identifier: (GPL-2.0-only OR MIT) #include "mt7987-pinctrl.dtsi" / { reg_1p8v: regulator-1p8v { compatible = "regulator-fixed"; regulator-name = "fixed-1.8V"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-boot-on; regulator-always-on; }; reg_3p3v: regulator-3p3v { compatible = "regulator-fixed"; regulator-name = "fixed-3.3V"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-boot-on; regulator-always-on; }; }; /* Disable spi0/spi1 node since MSDC shares pins with spi0 and spi1*/ &spi0 { status = "disabled"; }; &spi1 { status = "disabled"; }; &mmc0 { pinctrl-names = "default", "state_uhs"; pinctrl-0 = <&mmc_pins_default>; pinctrl-1 = <&mmc_pins_uhs>; bus-width = <8>; max-frequency = <200000000>; cap-mmc-highspeed; mmc-hs200-1_8v; mmc-hs400-1_8v; hs400-ds-delay = <0x12814>; vqmmc-supply = <®_1p8v>; vmmc-supply = <®_3p3v>; non-removable; no-sd; no-sdio; status = "okay"; };