blob: 7d6868acb1c63f410ffeb96d1089517c5ce42c38 [file] [log] [blame]
Rafał Miłecki5b1864b2015-01-20 22:42:16 +01001/*
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};