]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
Merge tag 'topic/designware-baytrail-2017-03-02' of git://anongit.freedesktop.org...
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / bcm4708-asus-rt-ac68u.dts
1 /*
2 * Broadcom BCM470X / BCM5301X ARM platform code.
3 * DTS for Asus RT-AC68U
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 "bcm4708.dtsi"
13 #include "bcm5301x-nand-cs0-bch8.dtsi"
14
15 / {
16 compatible = "asus,rt-ac68u", "brcm,bcm4708";
17 model = "Asus RT-AC68U (BCM4708)";
18
19 chosen {
20 bootargs = "console=ttyS0,115200";
21 };
22
23 memory {
24 reg = <0x00000000 0x08000000
25 0x88000000 0x08000000>;
26 };
27
28 leds {
29 compatible = "gpio-leds";
30
31 usb2 {
32 label = "bcm53xx:blue:usb2";
33 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
34 linux,default-trigger = "default-off";
35 };
36
37 power {
38 label = "bcm53xx:blue:power";
39 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
40 linux,default-trigger = "default-on";
41 };
42
43 logo {
44 label = "bcm53xx:white:logo";
45 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>;
46 linux,default-trigger = "default-on";
47 };
48
49 usb3 {
50 label = "bcm53xx:blue:usb3";
51 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
52 linux,default-trigger = "default-off";
53 };
54 };
55
56 gpio-keys {
57 compatible = "gpio-keys";
58 #address-cells = <1>;
59 #size-cells = <0>;
60
61 brightness {
62 label = "Backlight";
63 linux,code = <KEY_BRIGHTNESS_ZERO>;
64 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>;
65 };
66
67 wps {
68 label = "WPS";
69 linux,code = <KEY_WPS_BUTTON>;
70 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
71 };
72
73 restart {
74 label = "Reset";
75 linux,code = <KEY_RESTART>;
76 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
77 };
78
79 rfkill {
80 label = "WiFi";
81 linux,code = <KEY_RFKILL>;
82 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
83 };
84 };
85 };