Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[pandora-kernel.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
14 / {
15         compatible = "buffalo,wzr-900dhp", "brcm,bcm47081", "brcm,bcm4708";
16         model = "Buffalo WZR-900DHP (BCM47081)";
17
18         chosen {
19                 bootargs = "console=ttyS0,115200";
20         };
21
22         memory {
23                 reg = <0x00000000 0x08000000>;
24         };
25
26         gpio-keys {
27                 compatible = "gpio-keys";
28                 #address-cells = <1>;
29                 #size-cells = <0>;
30
31                 restart {
32                         label = "Reset";
33                         linux,code = <KEY_RESTART>;
34                         gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
35                 };
36         };
37 };