repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
riscv
/
boot
/
dts
/
kendryte
/
k210.dts
blob
0d1f28fce6b2bd6c72a41dec8d595e32c5cc0498
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (C) 2020 Western Digital Corporation or its affiliates.
4
*/
5
6
/dts-v1/;
7
8
#include "k210.dtsi"
9
10
/ {
11
model = "Kendryte K210 generic";
12
compatible = "kendryte,k210";
13
14
chosen {
15
bootargs = "earlycon console=ttySIF0";
16
stdout-path = "serial0";
17
};
18
};
19
20
&uarths0 {
21
status = "okay";
22
};
23