Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/linux...
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / bcm47081-buffalo-wzr-900dhp.dts
1 /*
2  * Broadcom BCM470X / BCM5301X ARM platform code.
3  * DTS for Buffalo WZR-900DHP
4  *
5  * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
6  *
7  * Licensed under the GNU/GPL. See COPYING for details.
8  */
9
10 /dts-v1/;
11
12 #include "bcm47081.dtsi"
13 #include "bcm5301x-nand-cs0-bch8.dtsi"
14
15 / {
16         compatible = "buffalo,wzr-900dhp", "brcm,bcm47081", "brcm,bcm4708";
17         model = "Buffalo WZR-900DHP (BCM47081)";
18
19         chosen {
20                 bootargs = "console=ttyS0,115200";
21         };
22
23         memory {
24                 reg = <0x00000000 0x08000000>;
25         };
26
27         gpio-keys {
28                 compatible = "gpio-keys";
29                 #address-cells = <1>;
30                 #size-cells = <0>;
31
32                 restart {
33                         label = "Reset";
34                         linux,code = <KEY_RESTART>;
35                         gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
36                 };
37         };
38 };