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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
arm64
/
boot
/
dts
/
broadcom
/
stingray
/
bcm958802a802x.dts
blob
a41facd7d79b39ed1c33216349c8e338068e43fd
1
// SPDX-License-Identifier: (GPL-2.0 or BSD-3-Clause)
2
/*
3
*Copyright(c) 2018 Broadcom
4
*/
5
6
/dts-v1/;
7
8
#include "stingray-board-base.dtsi"
9
10
/ {
11
compatible = "brcm,bcm958802a802x", "brcm,stingray";
12
model = "Stingray PS225xx (BCM958802A802x)";
13
};
14
15
&enet {
16
status = "disabled";
17
};
18
19
&sdio0 {
20
no-1-8-v;
21
status = "okay";
22
};
23
24
&uart0 {
25
status = "okay";
26
};