Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/topic/fsl...
[sfrench/cifs-2.6.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                        0x88000000 0x08000000>;
26         };
27
28         gpio-keys {
29                 compatible = "gpio-keys";
30                 #address-cells = <1>;
31                 #size-cells = <0>;
32
33                 restart {
34                         label = "Reset";
35                         linux,code = <KEY_RESTART>;
36                         gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
37                 };
38         };
39 };