summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/starfive/jh7110-deepcomputing-fml13v01.dts
blob: 30b0715196b66637d582df794572967823a47ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright (C) 2024 DeepComputing (HK) Limited
 */

/dts-v1/;
#include "jh7110-common.dtsi"

/ {
	model = "DeepComputing FML13V01";
	compatible = "deepcomputing,fml13v01", "starfive,jh7110";
};

&usb0 {
	dr_mode = "host";
	status = "okay";
};