|
@@ -1,7 +1,8 @@
|
|
|
/*
|
|
/*
|
|
|
* Device Tree file for Buffalo Linkstation LS-WTGL
|
|
* Device Tree file for Buffalo Linkstation LS-WTGL
|
|
|
*
|
|
*
|
|
|
- * Copyright (C) 2015, Roger Shimizu <rogershimizu@gmail.com>
|
|
|
|
|
|
|
+ * Copyright (C) 2015, 2016
|
|
|
|
|
+ * Roger Shimizu <rogershimizu@gmail.com>
|
|
|
*
|
|
*
|
|
|
* This file is dual-licensed: you can use it either under the terms
|
|
* This file is dual-licensed: you can use it either under the terms
|
|
|
* of the GPL or the X11 license, at your option. Note that this dual
|
|
* of the GPL or the X11 license, at your option. Note that this dual
|
|
@@ -69,8 +70,6 @@
|
|
|
|
|
|
|
|
internal-regs {
|
|
internal-regs {
|
|
|
pinctrl: pinctrl@10000 {
|
|
pinctrl: pinctrl@10000 {
|
|
|
- pinctrl-0 = <&pmx_usb_power &pmx_power_hdd
|
|
|
|
|
- &pmx_fan_low &pmx_fan_high &pmx_fan_lock>;
|
|
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
|
|
|
|
|
|
pmx_led_power: pmx-leds {
|
|
pmx_led_power: pmx-leds {
|
|
@@ -162,6 +161,7 @@
|
|
|
led@1 {
|
|
led@1 {
|
|
|
label = "lswtgl:blue:power";
|
|
label = "lswtgl:blue:power";
|
|
|
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
|
|
|
|
|
+ default-state = "keep";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
led@2 {
|
|
led@2 {
|
|
@@ -188,7 +188,7 @@
|
|
|
3250 1
|
|
3250 1
|
|
|
5000 0>;
|
|
5000 0>;
|
|
|
|
|
|
|
|
- alarm-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
|
|
+ alarm-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
restart_poweroff {
|
|
restart_poweroff {
|