Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/riscv/spacemit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ properties:
- const: spacemit,k1
- items:
- enum:
- deepcomputing,fml13v05
- spacemit,k3-pico-itx
- const: spacemit,k3

Expand Down
1 change: 1 addition & 0 deletions arch/riscv/boot/dts/spacemit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dtb-$(CONFIG_ARCH_SPACEMIT) += k1-milkv-jupiter.dtb
dtb-$(CONFIG_ARCH_SPACEMIT) += k1-musepi-pro.dtb
dtb-$(CONFIG_ARCH_SPACEMIT) += k1-orangepi-r2s.dtb
dtb-$(CONFIG_ARCH_SPACEMIT) += k1-orangepi-rv2.dtb
dtb-$(CONFIG_ARCH_SPACEMIT) += k3-deepcomputing-fml13v05.dtb
dtb-$(CONFIG_ARCH_SPACEMIT) += k3-pico-itx.dtb
31 changes: 31 additions & 0 deletions arch/riscv/boot/dts/spacemit/k3-deepcomputing-fml13v05.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright (C) 2026 DeepComputing (HK) Limited
*/

#include "k3.dtsi"
#include "k3-pinctrl.dtsi"

/ {
model = "DeepComputing FML13V05";
compatible = "deepcomputing,fml13v05", "spacemit,k3";

aliases {
serial0 = &uart0;
};

chosen {
stdout-path = "serial0";
};

memory@100000000 {
device_type = "memory";
reg = <0x1 0x00000000 0x4 0x00000000>;
};
};

&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_0_cfg>;
status = "okay";
};
Loading