18 lines
291 B
Plaintext
18 lines
291 B
Plaintext
// 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";
|
|
};
|