xref: /linux/scripts/dtc/include-prefixes/riscv/starfive/jh7110-milkv-marscm-lite.dts (revision 4f38da1f027ea2c9f01bb71daa7a299c191b6940)
1// SPDX-License-Identifier: GPL-2.0 OR MIT
2/*
3 * Copyright (C) 2025 E Shattow <e@freeshell.de>
4 */
5
6/dts-v1/;
7#include "jh7110-milkv-marscm.dtsi"
8
9/ {
10	model = "Milk-V Mars CM Lite";
11	compatible = "milkv,marscm-lite", "starfive,jh7110";
12};
13
14&mmc0 {
15	bus-width = <4>;
16	cd-gpios = <&sysgpio 41 GPIO_ACTIVE_LOW>;
17};
18
19&mmc0_pins {
20	pwren-pins {
21		pinmux = <GPIOMUX(22, GPOUT_HIGH,
22				      GPOEN_ENABLE,
23				      GPI_NONE)>;
24	};
25};
26