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
blame
|
history
|
raw
|
HEAD
Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
mscc
/
jaguar2_common.dtsi
blob
679ff0d8eda86f83b0b09dff00857a591af6e81d
1
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
/*
3
* Copyright (c) 2020 Microsemi Corporation
4
*/
5
6
#include "jaguar2.dtsi"
7
8
/ {
9
chosen {
10
stdout-path = "serial0:115200n8";
11
};
12
};
13
14
&uart0 {
15
status = "okay";
16
};
17
18
&uart2 {
19
status = "okay";
20
};
21
22
&i2c0 {
23
status = "okay";
24
i2c-sda-hold-time-ns = <300>;
25
};