123456789101112131415161718192021222324252627282930313233343536373839404142 |
- // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /dts-v1/;
- #include "mt7981b-cmcc-rax3000m.dts"
- / {
- model = "CMCC RAX3000M (eMMC version)";
- compatible = "cmcc,rax3000m-emmc", "mediatek,mt7981";
- chosen {
- bootargs = "root=PARTLABEL=rootfs rootwait rootfstype=squashfs,f2fs";
- };
- };
- &mmc0 {
- bus-width = <8>;
- max-frequency = <26000000>;
- no-sd;
- no-sdio;
- non-removable;
- pinctrl-names = "default", "state_uhs";
- pinctrl-0 = <&mmc0_pins_default>;
- pinctrl-1 = <&mmc0_pins_uhs>;
- vmmc-supply = <®_3p3v>;
- status = "okay";
- };
- &pio {
- mmc0_pins_default: mmc0-pins {
- mux {
- function = "flash";
- groups = "emmc_45";
- };
- };
- mmc0_pins_uhs: mmc0-uhs-pins {
- mux {
- function = "flash";
- groups = "emmc_45";
- };
- };
- };
|