summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/k230-canmv.dts
blob: ced9c457cc24b35343c1d51569bc7d947840b5fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright (C) 2024 Yangyu Chen <cyy@cyyself.name>
 * Copyright (C) 2025 Junhui Liu <junhui.liu@pigmoral.tech>
 */

/dts-v1/;
#include "k230.dtsi"

/ {
	model = "Canaan CanMV-K230";
	compatible = "canaan,canmv-k230", "canaan,kendryte-k230";

	chosen {
		stdout-path = "serial0:115200n8";
	};

	memory@0 {
		device_type = "memory";
		reg = <0x0 0x0 0x0 0x20000000>;
	};
};

&uart0 {
	status = "okay";
};

/* onboard RTL8152 */
&usb1 {
	status = "okay";
};