xref: /freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110-starfive-visionfive-2-lite.dts (revision 0cd4430a9320c916a84617b6bbf400f5c64a09c7)
1// SPDX-License-Identifier: GPL-2.0 OR MIT
2/*
3 * Copyright (C) 2025 StarFive Technology Co., Ltd.
4 * Copyright (C) 2025 Hal Feng <hal.feng@starfivetech.com>
5 */
6
7/dts-v1/;
8#include "jh7110-starfive-visionfive-2-lite.dtsi"
9
10/ {
11	model = "StarFive VisionFive 2 Lite";
12	compatible = "starfive,visionfive-2-lite", "starfive,jh7110s", "starfive,jh7110";
13};
14
15&mmc0 {
16	bus-width = <4>;
17	cd-gpios = <&sysgpio 41 GPIO_ACTIVE_HIGH>;
18	disable-wp;
19	cap-sd-highspeed;
20};
21