blob: 326ce8f4e49cc13e1495b9d66ac84946740482db [file] [log] [blame]
Hauke Mehrtensd27509f2014-02-04 00:01:45 +01001/*
2 * Broadcom BCM470X / BCM5301X arm platform code.
3 * DTS for Netgear R6250 V1
4 *
5 * Copyright 2013 Hauke Mehrtens <hauke@hauke-m.de>
6 *
7 * Licensed under the GNU/GPL. See COPYING for details.
8 */
9
10/dts-v1/;
11
12#include "bcm4708.dtsi"
Hauke Mehrtens9faa5962015-05-29 23:39:47 +020013#include "bcm5301x-nand-cs0-bch8.dtsi"
Hauke Mehrtensd27509f2014-02-04 00:01:45 +010014
15/ {
16 compatible = "netgear,r6250v1", "brcm,bcm4708";
17 model = "Netgear R6250 V1 (BCM4708)";
18
19 chosen {
20 bootargs = "console=ttyS0,115200";
21 };
22
23 memory {
24 reg = <0x00000000 0x08000000>;
25 };
26
27 chipcommonA {
28 uart0: serial@0300 {
29 status = "okay";
30 };
31
32 uart1: serial@0400 {
33 status = "okay";
34 };
35 };
Rafał Miłeckidd6d2e52014-10-01 15:45:29 +020036
37 leds {
38 compatible = "gpio-leds";
39
40 logo {
41 label = "bcm53xx:white:logo";
42 gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>;
43 linux,default-trigger = "default-on";
44 };
45
46 power0 {
47 label = "bcm53xx:green:power";
48 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
Rafał Miłecki7875b472015-02-20 11:22:05 +010049 linux,default-trigger = "default-on";
Rafał Miłeckidd6d2e52014-10-01 15:45:29 +020050 };
51
52 power1 {
53 label = "bcm53xx:amber:power";
54 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
Rafał Miłecki7875b472015-02-20 11:22:05 +010055 linux,default-trigger = "default-off";
Rafał Miłeckidd6d2e52014-10-01 15:45:29 +020056 };
57
58 usb {
59 label = "bcm53xx:blue:usb";
60 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>;
61 linux,default-trigger = "default-off";
62 };
63
64 wireless {
65 label = "bcm53xx:blue:wireless";
66 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
67 linux,default-trigger = "default-off";
68 };
69 };
Rafał Miłeckif6f82342014-11-30 18:28:29 +010070
71 gpio-keys {
72 compatible = "gpio-keys";
73 #address-cells = <1>;
74 #size-cells = <0>;
Rafał Miłeckif6f82342014-11-30 18:28:29 +010075
76 wps {
77 label = "WPS";
78 linux,code = <KEY_WPS_BUTTON>;
79 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>;
80 };
81
82 rfkill {
83 label = "WiFi";
84 linux,code = <KEY_RFKILL>;
85 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>;
86 };
87
88 restart {
89 label = "Reset";
90 linux,code = <KEY_RESTART>;
91 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>;
92 };
93 };
Hauke Mehrtensd27509f2014-02-04 00:01:45 +010094};