blob: f47afe36d8579f378ca09a9d3d9838505359d08d [file] [log] [blame]
Rafał Miłecki2b3db672018-05-02 16:11:02 +02001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
Rafał Miłecki7e2f4e32017-02-23 14:06:36 +01002/*
3 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
Rafał Miłecki7e2f4e32017-02-23 14:06:36 +01004 */
5
6/dts-v1/;
7
8#include "bcm47094.dtsi"
9#include "bcm5301x-nand-cs0-bch8.dtsi"
10
11/ {
12 compatible = "linksys,panamera", "brcm,bcm47094", "brcm,bcm4708";
13 model = "Linksys EA9500";
14
15 chosen {
16 bootargs = "console=ttyS0,115200";
17 };
18
19 memory {
20 reg = <0x00000000 0x08000000
21 0x88000000 0x08000000>;
22 };
23
24 gpio-keys {
25 compatible = "gpio-keys";
26 #address-cells = <1>;
27 #size-cells = <0>;
28
29 wps {
30 label = "WPS";
31 linux,code = <KEY_WPS_BUTTON>;
32 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
33 };
34 };
35};