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
x86: Make the vdso2c compiler use the host architecture headers
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
bcm2835-rpi-b.dts
blob
8b15f9c356438a36f62cf130496a7f7b6ba1933a
1
/dts-v1/;
2
#include "bcm2835.dtsi"
3
#include "bcm2835-rpi.dtsi"
4
5
/ {
6
compatible = "raspberrypi,model-b", "brcm,bcm2835";
7
model = "Raspberry Pi Model B";
8
9
leds {
10
act {
11
gpios = <&gpio 16 1>;
12
};
13
};
14
};
15
16
&gpio {
17
pinctrl-0 = <&gpioout &alt0 &alt3>;
18
};
19
20
&hdmi {
21
hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
22
};