Lines Matching +full:button +full:- +full:enter
5 * Mylène Josserand <mylene.josserand@free-electrons.com>
7 * This file is dual-licensed: you can use it either under the terms
46 /dts-v1/;
47 #include "sun5i-gr8.dtsi"
48 #include "sunxi-common-regulators.dtsi"
50 #include <dt-bindings/gpio/gpio.h>
51 #include <dt-bindings/input/input.h>
52 #include <dt-bindings/interrupt-controller/irq.h>
55 model = "NextThing GR8-EVB";
56 compatible = "nextthing,gr8-evb", "nextthing,gr8";
67 stdout-path = "serial0:115200n8";
71 compatible = "pwm-backlight";
73 enable-gpios = <&axp_gpio 1 GPIO_ACTIVE_HIGH>;
74 power-supply = <®_vcc3v3>;
75 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
76 default-brightness-level = <8>;
79 sound-analog {
80 compatible = "simple-audio-card";
81 simple-audio-card,name = "gr8-evb-wm8978";
82 simple-audio-card,format = "i2s";
83 simple-audio-card,mclk-fs = <512>;
85 simple-audio-card,cpu {
86 sound-dai = <&i2s0>;
89 simple-audio-card,codec {
90 sound-dai = <&wm8978>;
94 sound-spdif {
95 compatible = "simple-audio-card";
96 simple-audio-card,name = "On-board SPDIF";
98 simple-audio-card,cpu {
99 sound-dai = <&spdif>;
102 simple-audio-card,codec {
103 sound-dai = <&spdif_out>;
107 spdif_out: spdif-out {
108 #sound-dai-cells = <0>;
109 compatible = "linux,spdif-dit";
147 #sound-dai-cells = <0>;
163 pinctrl-names = "default";
164 pinctrl-0 = <&i2s0_mclk_pin>, <&i2s0_data_pins>;
169 pinctrl-names = "default";
170 pinctrl-0 = <&ir0_rx_pin>;
175 vref-supply = <®_ldo2>;
178 button-190 {
185 button-390 {
192 button-600 {
199 button-800 {
206 button-980 {
213 button-1180 {
220 button-1400 {
221 label = "Enter";
229 vmmc-supply = <®_vcc3v3>;
230 bus-width = <4>;
231 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
236 pinctrl-names = "default";
237 pinctrl-0 = <&nand_pins &nand_cs0_pin &nand_rb0_pin>;
252 pinctrl-names = "default";
253 pinctrl-0 = <&pwm0_pin>;
258 regulator-min-microvolt = <1000000>;
259 regulator-max-microvolt = <1400000>;
260 regulator-name = "vdd-cpu";
261 regulator-always-on;
265 regulator-min-microvolt = <1000000>;
266 regulator-max-microvolt = <1300000>;
267 regulator-name = "vdd-sys";
268 regulator-always-on;
272 regulator-name = "vdd-rtc";
276 regulator-min-microvolt = <2700000>;
277 regulator-max-microvolt = <3300000>;
278 regulator-name = "avcc";
279 regulator-always-on;
288 allwinner,ts-attached;
292 pinctrl-names = "default";
293 pinctrl-0 = <&spdif_tx_pin>;
302 pinctrl-names = "default";
303 pinctrl-0 = <&uart1_pg_pins>, <&uart1_cts_rts_pins>;
309 * The GR8-EVB has a somewhat interesting design. There's a
328 usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
329 usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
330 usb0_vbus_power-supply = <&usb_power_supply>;
331 usb1_vbus-supply = <®_usb1_vbus>;