Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
Note: File does not exist in v6.8.
 1// SPDX-License-Identifier: GPL-2.0 OR MIT
 2/*
 3 * Copyright (C) 2024 DeepComputing (HK) Limited
 4 */
 5
 6/dts-v1/;
 7#include "jh7110-common.dtsi"
 8
 9/ {
10	model = "DeepComputing FML13V01";
11	compatible = "deepcomputing,fml13v01", "starfive,jh7110";
12};
13
14&usb0 {
15	dr_mode = "host";
16	status = "okay";
17};