diff options
Diffstat (limited to 'arch/arm/boot/dts/kizbox.dts')
-rw-r--r-- | arch/arm/boot/dts/kizbox.dts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/kizbox.dts b/arch/arm/boot/dts/kizbox.dts index b4dc3ed9a3ec..02df1914a47c 100644 --- a/arch/arm/boot/dts/kizbox.dts +++ b/arch/arm/boot/dts/kizbox.dts | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2. | 6 | * Licensed under GPLv2. |
7 | */ | 7 | */ |
8 | /dts-v1/; | 8 | /dts-v1/; |
9 | /include/ "at91sam9g20.dtsi" | 9 | #include "at91sam9g20.dtsi" |
10 | 10 | ||
11 | / { | 11 | / { |
12 | 12 | ||
@@ -94,26 +94,26 @@ | |||
94 | 94 | ||
95 | led1g { | 95 | led1g { |
96 | label = "led1:green"; | 96 | label = "led1:green"; |
97 | gpios = <&pioB 0 1>; | 97 | gpios = <&pioB 0 GPIO_ACTIVE_LOW>; |
98 | linux,default-trigger = "none"; | 98 | linux,default-trigger = "none"; |
99 | }; | 99 | }; |
100 | 100 | ||
101 | led1r { | 101 | led1r { |
102 | label = "led1:red"; | 102 | label = "led1:red"; |
103 | gpios = <&pioB 1 1>; | 103 | gpios = <&pioB 1 GPIO_ACTIVE_LOW>; |
104 | linux,default-trigger = "none"; | 104 | linux,default-trigger = "none"; |
105 | }; | 105 | }; |
106 | 106 | ||
107 | led2g { | 107 | led2g { |
108 | label = "led2:green"; | 108 | label = "led2:green"; |
109 | gpios = <&pioB 2 1>; | 109 | gpios = <&pioB 2 GPIO_ACTIVE_LOW>; |
110 | linux,default-trigger = "none"; | 110 | linux,default-trigger = "none"; |
111 | default-state = "on"; | 111 | default-state = "on"; |
112 | }; | 112 | }; |
113 | 113 | ||
114 | led2r { | 114 | led2r { |
115 | label = "led2:red"; | 115 | label = "led2:red"; |
116 | gpios = <&pioB 3 1>; | 116 | gpios = <&pioB 3 GPIO_ACTIVE_LOW>; |
117 | linux,default-trigger = "none"; | 117 | linux,default-trigger = "none"; |
118 | }; | 118 | }; |
119 | }; | 119 | }; |
@@ -125,16 +125,16 @@ | |||
125 | 125 | ||
126 | reset { | 126 | reset { |
127 | label = "reset"; | 127 | label = "reset"; |
128 | gpios = <&pioB 30 1>; | 128 | gpios = <&pioB 30 GPIO_ACTIVE_LOW>; |
129 | linux,code = <0x100>; | 129 | linux,code = <0x100>; |
130 | gpio-key,wakeup; | 130 | gpio-key,wakeup; |
131 | }; | 131 | }; |
132 | 132 | ||
133 | mode { | 133 | mode { |
134 | label = "mode"; | 134 | label = "mode"; |
135 | gpios = <&pioB 31 1>; | 135 | gpios = <&pioB 31 GPIO_ACTIVE_LOW>; |
136 | linux,code = <0x101>; | 136 | linux,code = <0x101>; |
137 | gpio-key,wakeup; | 137 | gpio-key,wakeup; |
138 | }; | 138 | }; |
139 | }; | 139 | }; |
140 | }; \ No newline at end of file | 140 | }; |