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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
bcm47094.dtsi
blob
cdc5ff593adb7a60d3f3b23211b08170096caf15
1
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
/*
3
* Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
4
*/
5
6
#include "bcm4708.dtsi"
7
8
/ {
9
};
10
11
&usb3_phy {
12
compatible = "brcm,ns-bx-usb3-phy";
13
};
14
15
&uart0 {
16
clock-frequency = <125000000>;
17
status = "okay";
18
};