1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2023 Edgeble AI Technologies 3 * Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd. 4 */ 4 */ 5 5 6 #include "rk3588-edgeble-neu6a-common.dtsi" << 7 << 8 / { 6 / { 9 compatible = "edgeble,neural-compute-m 7 compatible = "edgeble,neural-compute-module-6b", "rockchip,rk3588"; >> 8 >> 9 aliases { >> 10 mmc0 = &sdhci; >> 11 }; >> 12 >> 13 vcc12v_dcin: vcc12v-dcin-regulator { >> 14 compatible = "regulator-fixed"; >> 15 regulator-name = "vcc12v_dcin"; >> 16 regulator-always-on; >> 17 regulator-boot-on; >> 18 regulator-min-microvolt = <12000000>; >> 19 regulator-max-microvolt = <12000000>; >> 20 }; >> 21 }; >> 22 >> 23 &sdhci { >> 24 bus-width = <8>; >> 25 no-sdio; >> 26 no-sd; >> 27 non-removable; >> 28 max-frequency = <200000000>; >> 29 mmc-hs400-1_8v; >> 30 mmc-hs400-enhanced-strobe; >> 31 status = "okay"; 10 }; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.