Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / broadcom / bcm2837-rpi-3-b.dts
1 /dts-v1/;
2 #include "bcm2837.dtsi"
3 #include "bcm2835-rpi.dtsi"
4 #include "bcm283x-rpi-smsc9514.dtsi"
5
6 / {
7         compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
8         model = "Raspberry Pi 3 Model B";
9
10         memory {
11                 reg = <0 0x40000000>;
12         };
13
14         leds {
15                 act {
16                         gpios = <&gpio 47 0>;
17                 };
18
19                 pwr {
20                         label = "PWR";
21                         gpios = <&gpio 35 0>;
22                         default-state = "keep";
23                         linux,default-trigger = "default-on";
24                 };
25         };
26 };
27
28 &uart1 {
29         status = "okay";
30 };