mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
18 lines
291 B
Text
18 lines
291 B
Text
![]() |
// 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";
|
||
|
};
|