summaryrefslogtreecommitdiff
path: root/src/arm/gemini-rut1xx.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-08-13 05:53:54 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-08-13 05:53:54 +0000
commitc4fc09e238494b428e1e0abfd881425a86d8bfe7 (patch)
treef214adda0feb0a7e86c69f9225d8845129b46288 /src/arm/gemini-rut1xx.dts
parentc19dc8ed9745602cc89c0f0c31220c71d7ac2063 (diff)
Notes
Diffstat (limited to 'src/arm/gemini-rut1xx.dts')
-rw-r--r--src/arm/gemini-rut1xx.dts12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/arm/gemini-rut1xx.dts b/src/arm/gemini-rut1xx.dts
index 15f20178642cf..eb4f0bf074da3 100644
--- a/src/arm/gemini-rut1xx.dts
+++ b/src/arm/gemini-rut1xx.dts
@@ -14,7 +14,7 @@
#address-cells = <1>;
#size-cells = <1>;
- memory { /* 128 MB */
+ memory@0 { /* 128 MB */
device_type = "memory";
reg = <0x00000000 0x8000000>;
};
@@ -26,11 +26,9 @@
gpio_keys {
compatible = "gpio-keys";
- #address-cells = <1>;
- #size-cells = <0>;
- button@28 {
- debounce_interval = <50>;
+ button-setup {
+ debounce-interval = <50>;
wakeup-source;
linux,code = <KEY_SETUP>;
label = "Reset to defaults";
@@ -41,14 +39,14 @@
leds {
compatible = "gpio-leds";
- led@7 {
+ led-gsm {
/* FIXME: add the LED color */
label = "rut1xx::gsm";
/* Conflict with ICE */
gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
- led@31 {
+ led-power {
/* FIXME: add the LED color */
label = "rut1xx::power";
/* Conflict with NAND CE0 */