diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-20 16:42:16 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-01-20 17:23:25 -0500 |
commit | 5b1864b899d2b591402704dd0f6528c8661f1817 (patch) | |
tree | 2e941c7c5d087abdafb3a4a82d6068c893ef348c /arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts | |
parent | 8115a4e8d687427fbc1aa3774f50551563bf87f9 (diff) |
ARM: BCM5301X: Add DT for Buffalo WZR-900DHP
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts b/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts new file mode 100644 index 000000000000..7d6868acb1c6 --- /dev/null +++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts | |||
@@ -0,0 +1,37 @@ | |||
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 | }; | ||