diff options
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index 3d77dbe406f4..27a9352b9d7a 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts | |||
@@ -40,6 +40,15 @@ | |||
40 | 40 | ||
41 | i2c0: i2c@f8010000 { | 41 | i2c0: i2c@f8010000 { |
42 | status = "okay"; | 42 | status = "okay"; |
43 | |||
44 | qt1070: keyboard@1b { | ||
45 | compatible = "qt1070"; | ||
46 | reg = <0x1b>; | ||
47 | interrupt-parent = <&pioA>; | ||
48 | interrupts = <2 IRQ_TYPE_EDGE_FALLING>; | ||
49 | pinctrl-names = "default"; | ||
50 | pinctrl-0 = <&pinctrl_qt1070_irq>; | ||
51 | }; | ||
43 | }; | 52 | }; |
44 | 53 | ||
45 | i2c1: i2c@f8014000 { | 54 | i2c1: i2c@f8014000 { |
@@ -66,6 +75,13 @@ | |||
66 | <AT91_PIOA 7 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PA7 gpio CD pin pull up and deglitch */ | 75 | <AT91_PIOA 7 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PA7 gpio CD pin pull up and deglitch */ |
67 | }; | 76 | }; |
68 | }; | 77 | }; |
78 | |||
79 | qt1070 { | ||
80 | pinctrl_qt1070_irq: qt1070_irq { | ||
81 | atmel,pins = | ||
82 | <AT91_PIOA 2 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; | ||
83 | }; | ||
84 | }; | ||
69 | }; | 85 | }; |
70 | 86 | ||
71 | spi0: spi@f0000000 { | 87 | spi0: spi@f0000000 { |
@@ -121,7 +137,7 @@ | |||
121 | 137 | ||
122 | enter { | 138 | enter { |
123 | label = "Enter"; | 139 | label = "Enter"; |
124 | gpios = <&pioB 4 GPIO_ACTIVE_LOW>; | 140 | gpios = <&pioB 3 GPIO_ACTIVE_LOW>; |
125 | linux,code = <28>; | 141 | linux,code = <28>; |
126 | gpio-key,wakeup; | 142 | gpio-key,wakeup; |
127 | }; | 143 | }; |