xref: /linux/arch/riscv/boot/dts/spacemit/k3-deepcomputing-fml13v05.dts (revision 3a2c4d55e32ad65efebdb6de44eef3bfa08bb49d)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2026 DeepComputing (HK) Limited
4 */
5
6#include "k3.dtsi"
7#include "k3-pinctrl.dtsi"
8
9/ {
10	model = "DeepComputing FML13V05";
11	compatible = "deepcomputing,fml13v05", "spacemit,k3";
12
13	aliases {
14		serial0 = &uart0;
15	};
16
17	chosen {
18		stdout-path = "serial0";
19	};
20
21	memory@100000000 {
22		device_type = "memory";
23		reg = <0x1 0x00000000 0x4 0x00000000>;
24	};
25};
26
27&uart0 {
28	pinctrl-names = "default";
29	pinctrl-0 = <&uart0_0_cfg>;
30	status = "okay";
31};
32