Thomas Gleixner | 3a63cbb | 2019-05-19 15:51:33 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2013 Pavel Machek <pavel@ucw.cz> |
Aaro Koskinen | c3580bc | 2014-02-09 14:12:36 +0200 | [diff] [blame] | 4 | * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi> |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | |
Pali Rohár | 69540a7 | 2015-02-26 14:49:58 +0100 | [diff] [blame] | 9 | #include "omap34xx.dtsi" |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 10 | #include <dt-bindings/input/input.h> |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 11 | |
Pali Rohár | 69540a7 | 2015-02-26 14:49:58 +0100 | [diff] [blame] | 12 | /* |
| 13 | * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall |
| 14 | * for omap AES HW crypto support. When linux kernel try to access memory of AES |
| 15 | * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" |
| 16 | * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no |
| 17 | * crash anymore) omap AES support will be disabled for all Nokia N900 devices. |
| 18 | * There is "unofficial" version of bootloader which enables AES in L3 firewall |
| 19 | * but it is not widely used and to prevent kernel crash rather AES is disabled. |
| 20 | * There is also no runtime detection code if AES is disabled in L3 firewall... |
| 21 | */ |
Adam Ford | c312f06 | 2020-06-17 05:58:40 -0500 | [diff] [blame] | 22 | &aes1_target { |
| 23 | status = "disabled"; |
| 24 | }; |
| 25 | |
| 26 | &aes2_target { |
Pali Rohár | 69540a7 | 2015-02-26 14:49:58 +0100 | [diff] [blame] | 27 | status = "disabled"; |
| 28 | }; |
| 29 | |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 30 | / { |
| 31 | model = "Nokia N900"; |
Aaro Koskinen | c3580bc | 2014-02-09 14:12:36 +0200 | [diff] [blame] | 32 | compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 33 | |
Ivaylo Dimitrov | 1861cda | 2015-02-08 17:48:56 +0200 | [diff] [blame] | 34 | aliases { |
| 35 | i2c0; |
| 36 | i2c1 = &i2c1; |
| 37 | i2c2 = &i2c2; |
| 38 | i2c3 = &i2c3; |
Ivaylo Dimitrov | cbe92b0 | 2018-01-12 15:47:18 -0800 | [diff] [blame] | 39 | display0 = &lcd; |
| 40 | display1 = &tv; |
Ivaylo Dimitrov | 1861cda | 2015-02-08 17:48:56 +0200 | [diff] [blame] | 41 | }; |
| 42 | |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 43 | cpus { |
| 44 | cpu@0 { |
| 45 | cpu0-supply = <&vcc>; |
| 46 | }; |
| 47 | }; |
| 48 | |
Tony Lindgren | c1be203 | 2014-05-05 17:27:38 -0700 | [diff] [blame] | 49 | leds { |
| 50 | compatible = "gpio-leds"; |
| 51 | heartbeat { |
| 52 | label = "debug::sleep"; |
Pavel Machek | f585a15 | 2016-10-11 10:12:43 +0200 | [diff] [blame] | 53 | gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* 162 */ |
Tony Lindgren | c1be203 | 2014-05-05 17:27:38 -0700 | [diff] [blame] | 54 | linux,default-trigger = "default-on"; |
| 55 | pinctrl-names = "default"; |
| 56 | pinctrl-0 = <&debug_leds>; |
| 57 | }; |
| 58 | }; |
| 59 | |
Javier Martinez Canillas | 81777ff | 2016-08-31 12:35:27 +0200 | [diff] [blame] | 60 | memory@80000000 { |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 61 | device_type = "memory"; |
| 62 | reg = <0x80000000 0x10000000>; /* 256 MB */ |
| 63 | }; |
| 64 | |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 65 | gpio_keys { |
| 66 | compatible = "gpio-keys"; |
| 67 | |
| 68 | camera_lens_cover { |
| 69 | label = "Camera Lens Cover"; |
| 70 | gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* 110 */ |
Pali Rohár | 97d7f2f | 2016-02-21 12:06:48 +0100 | [diff] [blame] | 71 | linux,input-type = <EV_SW>; |
| 72 | linux,code = <SW_CAMERA_LENS_COVER>; |
Ivaylo Dimitrov | 05cf1e0 | 2016-02-22 16:42:59 +0200 | [diff] [blame] | 73 | linux,can-disable; |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 74 | }; |
| 75 | |
| 76 | camera_focus { |
| 77 | label = "Camera Focus"; |
| 78 | gpios = <&gpio3 4 GPIO_ACTIVE_LOW>; /* 68 */ |
Pali Rohár | 97d7f2f | 2016-02-21 12:06:48 +0100 | [diff] [blame] | 79 | linux,code = <KEY_CAMERA_FOCUS>; |
Ivaylo Dimitrov | 05cf1e0 | 2016-02-22 16:42:59 +0200 | [diff] [blame] | 80 | linux,can-disable; |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 81 | }; |
| 82 | |
| 83 | camera_capture { |
| 84 | label = "Camera Capture"; |
| 85 | gpios = <&gpio3 5 GPIO_ACTIVE_LOW>; /* 69 */ |
Pali Rohár | 97d7f2f | 2016-02-21 12:06:48 +0100 | [diff] [blame] | 86 | linux,code = <KEY_CAMERA>; |
Ivaylo Dimitrov | 05cf1e0 | 2016-02-22 16:42:59 +0200 | [diff] [blame] | 87 | linux,can-disable; |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 88 | }; |
| 89 | |
| 90 | lock_button { |
| 91 | label = "Lock Button"; |
| 92 | gpios = <&gpio4 17 GPIO_ACTIVE_LOW>; /* 113 */ |
Pali Rohár | 97d7f2f | 2016-02-21 12:06:48 +0100 | [diff] [blame] | 93 | linux,code = <KEY_SCREENLOCK>; |
Ivaylo Dimitrov | 05cf1e0 | 2016-02-22 16:42:59 +0200 | [diff] [blame] | 94 | linux,can-disable; |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 95 | }; |
| 96 | |
| 97 | keypad_slide { |
| 98 | label = "Keypad Slide"; |
| 99 | gpios = <&gpio3 7 GPIO_ACTIVE_LOW>; /* 71 */ |
Pali Rohár | 97d7f2f | 2016-02-21 12:06:48 +0100 | [diff] [blame] | 100 | linux,input-type = <EV_SW>; |
| 101 | linux,code = <SW_KEYPAD_SLIDE>; |
Ivaylo Dimitrov | 05cf1e0 | 2016-02-22 16:42:59 +0200 | [diff] [blame] | 102 | linux,can-disable; |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 103 | }; |
| 104 | |
| 105 | proximity_sensor { |
| 106 | label = "Proximity Sensor"; |
| 107 | gpios = <&gpio3 25 GPIO_ACTIVE_HIGH>; /* 89 */ |
Pali Rohár | 97d7f2f | 2016-02-21 12:06:48 +0100 | [diff] [blame] | 108 | linux,input-type = <EV_SW>; |
| 109 | linux,code = <SW_FRONT_PROXIMITY>; |
Ivaylo Dimitrov | 05cf1e0 | 2016-02-22 16:42:59 +0200 | [diff] [blame] | 110 | linux,can-disable; |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 111 | }; |
Merlijn Wajer | ed3e98e | 2020-06-30 11:47:40 -0700 | [diff] [blame] | 112 | |
| 113 | machine_cover { |
| 114 | label = "Machine Cover"; |
| 115 | gpios = <&gpio6 0 GPIO_ACTIVE_LOW>; /* 160 */ |
| 116 | linux,input-type = <EV_SW>; |
| 117 | linux,code = <SW_MACHINE_COVER>; |
| 118 | linux,can-disable; |
| 119 | }; |
Sebastian Reichel | 3931c839 | 2013-10-23 00:49:34 +0200 | [diff] [blame] | 120 | }; |
| 121 | |
Pali Rohár | b950762 | 2016-02-21 12:28:23 +0100 | [diff] [blame] | 122 | isp1707: isp1707 { |
| 123 | compatible = "nxp,isp1707"; |
Sebastian Reichel | e17337a | 2014-01-11 22:17:02 +0100 | [diff] [blame] | 124 | nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>; |
| 125 | usb-phy = <&usb2_phy>; |
| 126 | }; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 127 | |
| 128 | tv: connector { |
Tomi Valkeinen | 32797b3 | 2014-09-02 10:17:20 +0300 | [diff] [blame] | 129 | compatible = "composite-video-connector"; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 130 | label = "tv"; |
| 131 | |
| 132 | port { |
| 133 | tv_connector_in: endpoint { |
| 134 | remote-endpoint = <&venc_out>; |
| 135 | }; |
| 136 | }; |
| 137 | }; |
Sebastian Reichel | f7d0f2a | 2014-04-28 16:07:27 +0200 | [diff] [blame] | 138 | |
| 139 | sound: n900-audio { |
| 140 | compatible = "nokia,n900-audio"; |
| 141 | |
| 142 | nokia,cpu-dai = <&mcbsp2>; |
| 143 | nokia,audio-codec = <&tlv320aic3x>, <&tlv320aic3x_aux>; |
| 144 | nokia,headphone-amplifier = <&tpa6130a2>; |
| 145 | |
| 146 | tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */ |
| 147 | jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */ |
| 148 | eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */ |
| 149 | speaker-amplifier-gpios = <&twl_gpio 7 GPIO_ACTIVE_HIGH>; |
| 150 | }; |
Sebastian Reichel | 28398c6 | 2014-11-15 03:08:24 +0100 | [diff] [blame] | 151 | |
| 152 | battery: n900-battery { |
| 153 | compatible = "nokia,n900-battery"; |
| 154 | io-channels = <&twl_madc 0>, <&twl_madc 4>, <&twl_madc 12>; |
| 155 | io-channel-names = "temp", "bsi", "vbat"; |
| 156 | }; |
Ivaylo Dimitrov | e7c8682 | 2016-05-16 22:34:14 +0300 | [diff] [blame] | 157 | |
Javier Martinez Canillas | cc9a4bd | 2016-06-27 15:20:45 -0400 | [diff] [blame] | 158 | pwm9: dmtimer-pwm { |
Ivaylo Dimitrov | e7c8682 | 2016-05-16 22:34:14 +0300 | [diff] [blame] | 159 | compatible = "ti,omap-dmtimer-pwm"; |
| 160 | #pwm-cells = <3>; |
| 161 | ti,timers = <&timer9>; |
| 162 | ti,clock-source = <0x00>; /* timer_sys_ck */ |
| 163 | }; |
| 164 | |
| 165 | ir: n900-ir { |
| 166 | compatible = "nokia,n900-ir"; |
| 167 | pwms = <&pwm9 0 26316 0>; /* 38000 Hz */ |
| 168 | }; |
Sebastian Reichel | 3d5c656 | 2017-03-21 23:32:15 +0100 | [diff] [blame] | 169 | |
Tony Lindgren | 0c0ef9e | 2019-09-14 14:02:55 -0700 | [diff] [blame] | 170 | rom_rng: rng { |
| 171 | compatible = "nokia,n900-rom-rng"; |
| 172 | clocks = <&rng_ick>; |
| 173 | clock-names = "ick"; |
| 174 | }; |
| 175 | |
Sebastian Reichel | 3d5c656 | 2017-03-21 23:32:15 +0100 | [diff] [blame] | 176 | /* controlled (enabled/disabled) directly by bcm2048 and wl1251 */ |
| 177 | vctcxo: vctcxo { |
| 178 | compatible = "fixed-clock"; |
| 179 | #clock-cells = <0>; |
| 180 | clock-frequency = <38400000>; |
| 181 | }; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 182 | }; |
| 183 | |
Pavel Machek | d510d12 | 2017-08-10 22:49:23 +0200 | [diff] [blame] | 184 | &isp { |
| 185 | vdds_csib-supply = <&vaux2>; |
| 186 | |
| 187 | pinctrl-names = "default"; |
| 188 | pinctrl-0 = <&camera_pins>; |
| 189 | |
| 190 | ports { |
| 191 | port@1 { |
| 192 | reg = <1>; |
| 193 | |
| 194 | csi_isp: endpoint { |
| 195 | remote-endpoint = <&csi_cam1>; |
| 196 | bus-type = <3>; /* CCP2 */ |
| 197 | clock-lanes = <1>; |
| 198 | data-lanes = <0>; |
| 199 | lane-polarity = <0 0>; |
Pavel Machek | d510d12 | 2017-08-10 22:49:23 +0200 | [diff] [blame] | 200 | /* Select strobe = <1> for back camera, <0> for front camera */ |
| 201 | strobe = <1>; |
Pavel Machek | d510d12 | 2017-08-10 22:49:23 +0200 | [diff] [blame] | 202 | }; |
| 203 | }; |
| 204 | }; |
| 205 | }; |
| 206 | |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 207 | &omap3_pmx_core { |
| 208 | pinctrl-names = "default"; |
| 209 | |
Sebastian Reichel | 7a89eec | 2013-10-23 00:49:32 +0200 | [diff] [blame] | 210 | uart2_pins: pinmux_uart2_pins { |
| 211 | pinctrl-single,pins = < |
Sebastian Reichel | 3d5c656 | 2017-03-21 23:32:15 +0100 | [diff] [blame] | 212 | OMAP3_CORE1_IOPAD(0x2174, PIN_INPUT_PULLUP | MUX_MODE0) /* uart2_cts */ |
| 213 | OMAP3_CORE1_IOPAD(0x2176, PIN_OUTPUT | MUX_MODE0) /* uart2_rts */ |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 214 | OMAP3_CORE1_IOPAD(0x2178, PIN_OUTPUT | MUX_MODE0) /* uart2_tx */ |
Sebastian Reichel | 3d5c656 | 2017-03-21 23:32:15 +0100 | [diff] [blame] | 215 | OMAP3_CORE1_IOPAD(0x217a, PIN_INPUT | MUX_MODE0) /* uart2_rx */ |
Sebastian Reichel | 7a89eec | 2013-10-23 00:49:32 +0200 | [diff] [blame] | 216 | >; |
| 217 | }; |
| 218 | |
| 219 | uart3_pins: pinmux_uart3_pins { |
| 220 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 221 | OMAP3_CORE1_IOPAD(0x219e, PIN_INPUT | MUX_MODE0) /* uart3_rx */ |
| 222 | OMAP3_CORE1_IOPAD(0x21a0, PIN_OUTPUT | MUX_MODE0) /* uart3_tx */ |
Sebastian Reichel | 7a89eec | 2013-10-23 00:49:32 +0200 | [diff] [blame] | 223 | >; |
| 224 | }; |
| 225 | |
Tony Lindgren | 271d4c6 | 2014-09-18 09:03:36 -0700 | [diff] [blame] | 226 | ethernet_pins: pinmux_ethernet_pins { |
| 227 | pinctrl-single,pins = < |
| 228 | OMAP3_CORE1_IOPAD(0x20b4, PIN_INPUT_PULLDOWN | MUX_MODE4) /* gpmc_ncs3.gpio_54 */ |
| 229 | OMAP3_CORE1_IOPAD(0x20fc, PIN_OUTPUT | MUX_MODE4) /* dss_data16.gpio_86 */ |
| 230 | OMAP3_CORE1_IOPAD(0x219c, PIN_OUTPUT | MUX_MODE4) /* uart3_rts_sd.gpio_164 */ |
| 231 | >; |
| 232 | }; |
| 233 | |
Tony Lindgren | 9a89495 | 2014-10-29 17:16:47 -0700 | [diff] [blame] | 234 | gpmc_pins: pinmux_gpmc_pins { |
| 235 | pinctrl-single,pins = < |
| 236 | |
| 237 | /* address lines */ |
| 238 | OMAP3_CORE1_IOPAD(0x207a, PIN_OUTPUT | MUX_MODE0) /* gpmc_a1.gpmc_a1 */ |
| 239 | OMAP3_CORE1_IOPAD(0x207c, PIN_OUTPUT | MUX_MODE0) /* gpmc_a2.gpmc_a2 */ |
| 240 | OMAP3_CORE1_IOPAD(0x207e, PIN_OUTPUT | MUX_MODE0) /* gpmc_a3.gpmc_a3 */ |
| 241 | |
| 242 | /* data lines, gpmc_d0..d7 not muxable according to TRM */ |
| 243 | OMAP3_CORE1_IOPAD(0x209e, PIN_INPUT | MUX_MODE0) /* gpmc_d8.gpmc_d8 */ |
| 244 | OMAP3_CORE1_IOPAD(0x20a0, PIN_INPUT | MUX_MODE0) /* gpmc_d9.gpmc_d9 */ |
| 245 | OMAP3_CORE1_IOPAD(0x20a2, PIN_INPUT | MUX_MODE0) /* gpmc_d10.gpmc_d10 */ |
| 246 | OMAP3_CORE1_IOPAD(0x20a4, PIN_INPUT | MUX_MODE0) /* gpmc_d11.gpmc_d11 */ |
| 247 | OMAP3_CORE1_IOPAD(0x20a6, PIN_INPUT | MUX_MODE0) /* gpmc_d12.gpmc_d12 */ |
| 248 | OMAP3_CORE1_IOPAD(0x20a8, PIN_INPUT | MUX_MODE0) /* gpmc_d13.gpmc_d13 */ |
| 249 | OMAP3_CORE1_IOPAD(0x20aa, PIN_INPUT | MUX_MODE0) /* gpmc_d14.gpmc_d14 */ |
| 250 | OMAP3_CORE1_IOPAD(0x20ac, PIN_INPUT | MUX_MODE0) /* gpmc_d15.gpmc_d15 */ |
| 251 | |
| 252 | /* |
| 253 | * gpmc_ncs0, gpmc_nadv_ale, gpmc_noe, gpmc_nwe, gpmc_wait0 not muxable |
| 254 | * according to TRM. OneNAND seems to require PIN_INPUT on clock. |
| 255 | */ |
| 256 | OMAP3_CORE1_IOPAD(0x20b0, PIN_OUTPUT | MUX_MODE0) /* gpmc_ncs1.gpmc_ncs1 */ |
| 257 | OMAP3_CORE1_IOPAD(0x20be, PIN_INPUT | MUX_MODE0) /* gpmc_clk.gpmc_clk */ |
| 258 | >; |
| 259 | }; |
| 260 | |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 261 | i2c1_pins: pinmux_i2c1_pins { |
| 262 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 263 | OMAP3_CORE1_IOPAD(0x21ba, PIN_INPUT | MUX_MODE0) /* i2c1_scl */ |
| 264 | OMAP3_CORE1_IOPAD(0x21bc, PIN_INPUT | MUX_MODE0) /* i2c1_sda */ |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 265 | >; |
| 266 | }; |
| 267 | |
| 268 | i2c2_pins: pinmux_i2c2_pins { |
| 269 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 270 | OMAP3_CORE1_IOPAD(0x21be, PIN_INPUT | MUX_MODE0) /* i2c2_scl */ |
| 271 | OMAP3_CORE1_IOPAD(0x21c0, PIN_INPUT | MUX_MODE0) /* i2c2_sda */ |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 272 | >; |
| 273 | }; |
| 274 | |
| 275 | i2c3_pins: pinmux_i2c3_pins { |
| 276 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 277 | OMAP3_CORE1_IOPAD(0x21c2, PIN_INPUT | MUX_MODE0) /* i2c3_scl */ |
| 278 | OMAP3_CORE1_IOPAD(0x21c4, PIN_INPUT | MUX_MODE0) /* i2c3_sda */ |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 279 | >; |
| 280 | }; |
Sebastian Reichel | f1751cf | 2013-10-23 00:49:33 +0200 | [diff] [blame] | 281 | |
Tony Lindgren | c1be203 | 2014-05-05 17:27:38 -0700 | [diff] [blame] | 282 | debug_leds: pinmux_debug_led_pins { |
| 283 | pinctrl-single,pins = < |
| 284 | OMAP3_CORE1_IOPAD(0x2198, PIN_OUTPUT | MUX_MODE4) /* mcbsp1_clkx.gpio_162 */ |
| 285 | >; |
| 286 | }; |
| 287 | |
Sebastian Reichel | c1ad220 | 2014-03-13 22:59:55 +0100 | [diff] [blame] | 288 | mcspi4_pins: pinmux_mcspi4_pins { |
| 289 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 290 | OMAP3_CORE1_IOPAD(0x218c, PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_clk */ |
| 291 | OMAP3_CORE1_IOPAD(0x2192, PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_somi */ |
| 292 | OMAP3_CORE1_IOPAD(0x2190, PIN_OUTPUT | MUX_MODE1) /* mcspi4_simo */ |
| 293 | OMAP3_CORE1_IOPAD(0x2196, PIN_OUTPUT | MUX_MODE1) /* mcspi4_cs0 */ |
Sebastian Reichel | c1ad220 | 2014-03-13 22:59:55 +0100 | [diff] [blame] | 294 | >; |
| 295 | }; |
| 296 | |
Sebastian Reichel | f1751cf | 2013-10-23 00:49:33 +0200 | [diff] [blame] | 297 | mmc1_pins: pinmux_mmc1_pins { |
| 298 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 299 | OMAP3_CORE1_IOPAD(0x2144, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk */ |
| 300 | OMAP3_CORE1_IOPAD(0x2146, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_cmd */ |
| 301 | OMAP3_CORE1_IOPAD(0x2148, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat0 */ |
| 302 | OMAP3_CORE1_IOPAD(0x214a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1 */ |
| 303 | OMAP3_CORE1_IOPAD(0x214c, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2 */ |
| 304 | OMAP3_CORE1_IOPAD(0x214e, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3 */ |
Sebastian Reichel | f1751cf | 2013-10-23 00:49:33 +0200 | [diff] [blame] | 305 | >; |
| 306 | }; |
Sebastian Reichel | d1e6f51 | 2013-10-23 00:49:40 +0200 | [diff] [blame] | 307 | |
Tony Lindgren | edd5eb4 | 2013-11-25 14:23:45 -0800 | [diff] [blame] | 308 | mmc2_pins: pinmux_mmc2_pins { |
| 309 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 310 | OMAP3_CORE1_IOPAD(0x2158, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_clk */ |
| 311 | OMAP3_CORE1_IOPAD(0x215a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_cmd */ |
| 312 | OMAP3_CORE1_IOPAD(0x215c, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat0 */ |
| 313 | OMAP3_CORE1_IOPAD(0x215e, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat1 */ |
| 314 | OMAP3_CORE1_IOPAD(0x2160, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat2 */ |
| 315 | OMAP3_CORE1_IOPAD(0x2162, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat3 */ |
| 316 | OMAP3_CORE1_IOPAD(0x2164, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat4 */ |
| 317 | OMAP3_CORE1_IOPAD(0x2166, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat5 */ |
| 318 | OMAP3_CORE1_IOPAD(0x2168, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat6 */ |
| 319 | OMAP3_CORE1_IOPAD(0x216a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat7 */ |
Tony Lindgren | edd5eb4 | 2013-11-25 14:23:45 -0800 | [diff] [blame] | 320 | >; |
| 321 | }; |
| 322 | |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 323 | acx565akm_pins: pinmux_acx565akm_pins { |
Sebastian Reichel | d1e6f51 | 2013-10-23 00:49:40 +0200 | [diff] [blame] | 324 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 325 | OMAP3_CORE1_IOPAD(0x2104, PIN_OUTPUT | MUX_MODE4) /* RX51_LCD_RESET_GPIO */ |
Sebastian Reichel | d1e6f51 | 2013-10-23 00:49:40 +0200 | [diff] [blame] | 326 | >; |
| 327 | }; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 328 | |
| 329 | dss_sdi_pins: pinmux_dss_sdi_pins { |
| 330 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 331 | OMAP3_CORE1_IOPAD(0x20f0, PIN_OUTPUT | MUX_MODE1) /* dss_data10.sdi_dat1n */ |
| 332 | OMAP3_CORE1_IOPAD(0x20f2, PIN_OUTPUT | MUX_MODE1) /* dss_data11.sdi_dat1p */ |
| 333 | OMAP3_CORE1_IOPAD(0x20f4, PIN_OUTPUT | MUX_MODE1) /* dss_data12.sdi_dat2n */ |
| 334 | OMAP3_CORE1_IOPAD(0x20f6, PIN_OUTPUT | MUX_MODE1) /* dss_data13.sdi_dat2p */ |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 335 | |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 336 | OMAP3_CORE1_IOPAD(0x2108, PIN_OUTPUT | MUX_MODE1) /* dss_data22.sdi_clkp */ |
| 337 | OMAP3_CORE1_IOPAD(0x210a, PIN_OUTPUT | MUX_MODE1) /* dss_data23.sdi_clkn */ |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 338 | >; |
| 339 | }; |
Sebastian Reichel | c1ad220 | 2014-03-13 22:59:55 +0100 | [diff] [blame] | 340 | |
| 341 | wl1251_pins: pinmux_wl1251 { |
| 342 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 343 | OMAP3_CORE1_IOPAD(0x20fe, PIN_OUTPUT | MUX_MODE4) /* gpio 87 => wl1251 enable */ |
| 344 | OMAP3_CORE1_IOPAD(0x208a, PIN_INPUT | MUX_MODE4) /* gpio 42 => wl1251 irq */ |
Sebastian Reichel | c1ad220 | 2014-03-13 22:59:55 +0100 | [diff] [blame] | 345 | >; |
| 346 | }; |
Sebastian Reichel | 782e25a | 2014-05-10 18:37:49 +0200 | [diff] [blame] | 347 | |
| 348 | ssi_pins: pinmux_ssi { |
| 349 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 350 | OMAP3_CORE1_IOPAD(0x2180, PIN_INPUT_PULLUP | MUX_MODE1) /* ssi1_rdy_tx */ |
| 351 | OMAP3_CORE1_IOPAD(0x217e, PIN_OUTPUT | MUX_MODE1) /* ssi1_flag_tx */ |
Tony Lindgren | e0e80d4 | 2016-05-12 13:29:48 -0700 | [diff] [blame] | 352 | OMAP3_CORE1_IOPAD(0x2182, PIN_INPUT | MUX_MODE4) /* ssi1_wake_tx (cawake) */ |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 353 | OMAP3_CORE1_IOPAD(0x217c, PIN_OUTPUT | MUX_MODE1) /* ssi1_dat_tx */ |
| 354 | OMAP3_CORE1_IOPAD(0x2184, PIN_INPUT | MUX_MODE1) /* ssi1_dat_rx */ |
| 355 | OMAP3_CORE1_IOPAD(0x2186, PIN_INPUT | MUX_MODE1) /* ssi1_flag_rx */ |
| 356 | OMAP3_CORE1_IOPAD(0x2188, PIN_OUTPUT | MUX_MODE1) /* ssi1_rdy_rx */ |
| 357 | OMAP3_CORE1_IOPAD(0x218a, PIN_OUTPUT | MUX_MODE1) /* ssi1_wake */ |
Sebastian Reichel | 782e25a | 2014-05-10 18:37:49 +0200 | [diff] [blame] | 358 | >; |
| 359 | }; |
Sebastian Reichel | 76ad4ac | 2014-05-10 18:37:50 +0200 | [diff] [blame] | 360 | |
| 361 | modem_pins: pinmux_modem { |
| 362 | pinctrl-single,pins = < |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 363 | OMAP3_CORE1_IOPAD(0x20dc, PIN_OUTPUT | MUX_MODE4) /* gpio 70 => cmt_apeslpx */ |
Tony Lindgren | e0e80d4 | 2016-05-12 13:29:48 -0700 | [diff] [blame] | 364 | OMAP3_CORE1_IOPAD(0x20e0, PIN_INPUT | MUX_MODE4) /* gpio 72 => ape_rst_rq */ |
Javier Martinez Canillas | 675e457 | 2015-11-13 01:54:05 -0300 | [diff] [blame] | 365 | OMAP3_CORE1_IOPAD(0x20e2, PIN_OUTPUT | MUX_MODE4) /* gpio 73 => cmt_rst_rq */ |
| 366 | OMAP3_CORE1_IOPAD(0x20e4, PIN_OUTPUT | MUX_MODE4) /* gpio 74 => cmt_en */ |
| 367 | OMAP3_CORE1_IOPAD(0x20e6, PIN_OUTPUT | MUX_MODE4) /* gpio 75 => cmt_rst */ |
| 368 | OMAP3_CORE1_IOPAD(0x218e, PIN_OUTPUT | MUX_MODE4) /* gpio 157 => cmt_bsi */ |
Sebastian Reichel | 76ad4ac | 2014-05-10 18:37:50 +0200 | [diff] [blame] | 369 | >; |
| 370 | }; |
Pavel Machek | d510d12 | 2017-08-10 22:49:23 +0200 | [diff] [blame] | 371 | |
| 372 | camera_pins: pinmux_camera { |
| 373 | pinctrl-single,pins = < |
| 374 | OMAP3_CORE1_IOPAD(0x210c, PIN_OUTPUT | MUX_MODE7) /* cam_hs */ |
| 375 | OMAP3_CORE1_IOPAD(0x210e, PIN_OUTPUT | MUX_MODE7) /* cam_vs */ |
| 376 | OMAP3_CORE1_IOPAD(0x2110, PIN_OUTPUT | MUX_MODE0) /* cam_xclka */ |
| 377 | OMAP3_CORE1_IOPAD(0x211e, PIN_OUTPUT | MUX_MODE7) /* cam_d4 */ |
| 378 | OMAP3_CORE1_IOPAD(0x2122, PIN_INPUT | MUX_MODE0) /* cam_d6 */ |
| 379 | OMAP3_CORE1_IOPAD(0x2124, PIN_INPUT | MUX_MODE0) /* cam_d7 */ |
| 380 | OMAP3_CORE1_IOPAD(0x2126, PIN_INPUT | MUX_MODE0) /* cam_d8 */ |
| 381 | OMAP3_CORE1_IOPAD(0x2128, PIN_INPUT | MUX_MODE0) /* cam_d9 */ |
| 382 | OMAP3_CORE1_IOPAD(0x212a, PIN_OUTPUT | MUX_MODE7) /* cam_d10 */ |
| 383 | OMAP3_CORE1_IOPAD(0x212e, PIN_OUTPUT | MUX_MODE7) /* cam_xclkb */ |
| 384 | OMAP3_CORE1_IOPAD(0x2132, PIN_OUTPUT | MUX_MODE0) /* cam_strobe */ |
| 385 | >; |
| 386 | }; |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 387 | }; |
| 388 | |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 389 | &i2c1 { |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 390 | pinctrl-names = "default"; |
| 391 | pinctrl-0 = <&i2c1_pins>; |
| 392 | |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 393 | clock-frequency = <2200000>; |
| 394 | |
| 395 | twl: twl@48 { |
| 396 | reg = <0x48>; |
| 397 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ |
| 398 | interrupt-parent = <&intc>; |
| 399 | }; |
| 400 | }; |
| 401 | |
| 402 | #include "twl4030.dtsi" |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 403 | #include "twl4030_omap3.dtsi" |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 404 | |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 405 | &vaux1 { |
| 406 | regulator-name = "V28"; |
| 407 | regulator-min-microvolt = <2800000>; |
| 408 | regulator-max-microvolt = <2800000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 409 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Pavel Machek | 14fd733 | 2014-12-07 17:11:47 +0100 | [diff] [blame] | 410 | regulator-always-on; /* due to battery cover sensor */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 411 | }; |
| 412 | |
| 413 | &vaux2 { |
| 414 | regulator-name = "VCSI"; |
| 415 | regulator-min-microvolt = <1800000>; |
| 416 | regulator-max-microvolt = <1800000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 417 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 418 | }; |
| 419 | |
| 420 | &vaux3 { |
| 421 | regulator-name = "VMMC2_30"; |
| 422 | regulator-min-microvolt = <2800000>; |
| 423 | regulator-max-microvolt = <3000000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 424 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 425 | }; |
| 426 | |
| 427 | &vaux4 { |
| 428 | regulator-name = "VCAM_ANA_28"; |
| 429 | regulator-min-microvolt = <2800000>; |
| 430 | regulator-max-microvolt = <2800000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 431 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 432 | }; |
| 433 | |
| 434 | &vmmc1 { |
| 435 | regulator-name = "VMMC1"; |
| 436 | regulator-min-microvolt = <1850000>; |
| 437 | regulator-max-microvolt = <3150000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 438 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 439 | }; |
| 440 | |
| 441 | &vmmc2 { |
| 442 | regulator-name = "V28_A"; |
| 443 | regulator-min-microvolt = <2800000>; |
| 444 | regulator-max-microvolt = <3000000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 445 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 446 | regulator-always-on; /* due VIO leak to AIC34 VDDs */ |
| 447 | }; |
| 448 | |
| 449 | &vpll1 { |
| 450 | regulator-name = "VPLL"; |
| 451 | regulator-min-microvolt = <1800000>; |
| 452 | regulator-max-microvolt = <1800000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 453 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 454 | regulator-always-on; |
| 455 | }; |
| 456 | |
| 457 | &vpll2 { |
| 458 | regulator-name = "VSDI_CSI"; |
| 459 | regulator-min-microvolt = <1800000>; |
| 460 | regulator-max-microvolt = <1800000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 461 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 462 | regulator-always-on; |
| 463 | }; |
| 464 | |
| 465 | &vsim { |
| 466 | regulator-name = "VMMC2_IO_18"; |
| 467 | regulator-min-microvolt = <1800000>; |
| 468 | regulator-max-microvolt = <1800000>; |
Ivaylo Dimitrov | 0698178 | 2016-04-17 17:29:23 +0300 | [diff] [blame] | 469 | regulator-initial-mode = <0x0e>; /* RES_STATE_ACTIVE */ |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 470 | }; |
| 471 | |
| 472 | &vio { |
| 473 | regulator-name = "VIO"; |
| 474 | regulator-min-microvolt = <1800000>; |
| 475 | regulator-max-microvolt = <1800000>; |
Sebastian Reichel | 9cdbbad | 2013-10-23 00:49:38 +0200 | [diff] [blame] | 476 | }; |
| 477 | |
| 478 | &vintana1 { |
| 479 | regulator-name = "VINTANA1"; |
| 480 | /* fixed to 1500000 */ |
| 481 | regulator-always-on; |
| 482 | }; |
| 483 | |
| 484 | &vintana2 { |
| 485 | regulator-name = "VINTANA2"; |
| 486 | regulator-min-microvolt = <2750000>; |
| 487 | regulator-max-microvolt = <2750000>; |
| 488 | regulator-always-on; |
| 489 | }; |
| 490 | |
| 491 | &vintdig { |
| 492 | regulator-name = "VINTDIG"; |
| 493 | /* fixed to 1500000 */ |
| 494 | regulator-always-on; |
| 495 | }; |
| 496 | |
Tony Lindgren | bfab07e | 2019-12-16 14:41:53 -0800 | [diff] [blame] | 497 | /* First two dma channels are reserved on secure omap3 */ |
| 498 | &sdma { |
| 499 | dma-channel-mask = <0xfffffffc>; |
| 500 | }; |
| 501 | |
Sebastian Reichel | 06ba7a6 | 2013-10-23 00:49:35 +0200 | [diff] [blame] | 502 | &twl { |
| 503 | twl_audio: audio { |
| 504 | compatible = "ti,twl4030-audio"; |
| 505 | ti,enable-vibra = <1>; |
| 506 | }; |
Tony Lindgren | 9188883 | 2014-06-16 01:10:22 -0700 | [diff] [blame] | 507 | |
| 508 | twl_power: power { |
Tony Lindgren | daebabd | 2014-08-19 08:24:05 -0700 | [diff] [blame] | 509 | compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off"; |
Tony Lindgren | 9188883 | 2014-06-16 01:10:22 -0700 | [diff] [blame] | 510 | ti,use_poweroff; |
| 511 | }; |
Sebastian Reichel | 06ba7a6 | 2013-10-23 00:49:35 +0200 | [diff] [blame] | 512 | }; |
| 513 | |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 514 | &twl_keypad { |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 515 | linux,keymap = < MATRIX_KEY(0x00, 0x00, KEY_Q) |
| 516 | MATRIX_KEY(0x00, 0x01, KEY_O) |
| 517 | MATRIX_KEY(0x00, 0x02, KEY_P) |
| 518 | MATRIX_KEY(0x00, 0x03, KEY_COMMA) |
| 519 | MATRIX_KEY(0x00, 0x04, KEY_BACKSPACE) |
| 520 | MATRIX_KEY(0x00, 0x06, KEY_A) |
| 521 | MATRIX_KEY(0x00, 0x07, KEY_S) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 522 | |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 523 | MATRIX_KEY(0x01, 0x00, KEY_W) |
| 524 | MATRIX_KEY(0x01, 0x01, KEY_D) |
| 525 | MATRIX_KEY(0x01, 0x02, KEY_F) |
| 526 | MATRIX_KEY(0x01, 0x03, KEY_G) |
| 527 | MATRIX_KEY(0x01, 0x04, KEY_H) |
| 528 | MATRIX_KEY(0x01, 0x05, KEY_J) |
| 529 | MATRIX_KEY(0x01, 0x06, KEY_K) |
| 530 | MATRIX_KEY(0x01, 0x07, KEY_L) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 531 | |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 532 | MATRIX_KEY(0x02, 0x00, KEY_E) |
| 533 | MATRIX_KEY(0x02, 0x01, KEY_DOT) |
| 534 | MATRIX_KEY(0x02, 0x02, KEY_UP) |
| 535 | MATRIX_KEY(0x02, 0x03, KEY_ENTER) |
| 536 | MATRIX_KEY(0x02, 0x05, KEY_Z) |
| 537 | MATRIX_KEY(0x02, 0x06, KEY_X) |
| 538 | MATRIX_KEY(0x02, 0x07, KEY_C) |
| 539 | MATRIX_KEY(0x02, 0x08, KEY_F9) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 540 | |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 541 | MATRIX_KEY(0x03, 0x00, KEY_R) |
| 542 | MATRIX_KEY(0x03, 0x01, KEY_V) |
| 543 | MATRIX_KEY(0x03, 0x02, KEY_B) |
| 544 | MATRIX_KEY(0x03, 0x03, KEY_N) |
| 545 | MATRIX_KEY(0x03, 0x04, KEY_M) |
| 546 | MATRIX_KEY(0x03, 0x05, KEY_SPACE) |
| 547 | MATRIX_KEY(0x03, 0x06, KEY_SPACE) |
| 548 | MATRIX_KEY(0x03, 0x07, KEY_LEFT) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 549 | |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 550 | MATRIX_KEY(0x04, 0x00, KEY_T) |
| 551 | MATRIX_KEY(0x04, 0x01, KEY_DOWN) |
| 552 | MATRIX_KEY(0x04, 0x02, KEY_RIGHT) |
| 553 | MATRIX_KEY(0x04, 0x04, KEY_LEFTCTRL) |
| 554 | MATRIX_KEY(0x04, 0x05, KEY_RIGHTALT) |
| 555 | MATRIX_KEY(0x04, 0x06, KEY_LEFTSHIFT) |
| 556 | MATRIX_KEY(0x04, 0x08, KEY_F10) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 557 | |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 558 | MATRIX_KEY(0x05, 0x00, KEY_Y) |
| 559 | MATRIX_KEY(0x05, 0x08, KEY_F11) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 560 | |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 561 | MATRIX_KEY(0x06, 0x00, KEY_U) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 562 | |
Sebastian Reichel | 3fdb771 | 2014-05-06 15:14:28 +0200 | [diff] [blame] | 563 | MATRIX_KEY(0x07, 0x00, KEY_I) |
| 564 | MATRIX_KEY(0x07, 0x01, KEY_F7) |
| 565 | MATRIX_KEY(0x07, 0x02, KEY_F8) |
Sebastian Reichel | 85c215f | 2014-01-11 22:16:59 +0100 | [diff] [blame] | 566 | >; |
| 567 | }; |
| 568 | |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 569 | &twl_gpio { |
| 570 | ti,pullups = <0x0>; |
| 571 | ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */ |
| 572 | }; |
| 573 | |
| 574 | &i2c2 { |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 575 | pinctrl-names = "default"; |
| 576 | pinctrl-0 = <&i2c2_pins>; |
| 577 | |
Sebastian Reichel | 48fc986 | 2013-10-23 00:49:31 +0200 | [diff] [blame] | 578 | clock-frequency = <100000>; |
Sebastian Reichel | b2b9b25 | 2013-10-23 00:49:36 +0200 | [diff] [blame] | 579 | |
Sebastian Reichel | 14e3e29 | 2013-10-23 00:49:41 +0200 | [diff] [blame] | 580 | tlv320aic3x: tlv320aic3x@18 { |
| 581 | compatible = "ti,tlv320aic3x"; |
| 582 | reg = <0x18>; |
Andrew F. Davis | 7be4b5d | 2017-11-29 11:13:59 -0600 | [diff] [blame] | 583 | reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; /* 60 */ |
Sebastian Reichel | 14e3e29 | 2013-10-23 00:49:41 +0200 | [diff] [blame] | 584 | ai3x-gpio-func = < |
| 585 | 0 /* AIC3X_GPIO1_FUNC_DISABLED */ |
| 586 | 5 /* AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT */ |
| 587 | >; |
| 588 | |
| 589 | AVDD-supply = <&vmmc2>; |
| 590 | DRVDD-supply = <&vmmc2>; |
| 591 | IOVDD-supply = <&vio>; |
| 592 | DVDD-supply = <&vio>; |
Pavel Machek | 1819e30 | 2015-03-01 21:07:08 +0200 | [diff] [blame] | 593 | |
| 594 | ai3x-micbias-vg = <1>; |
Sebastian Reichel | 14e3e29 | 2013-10-23 00:49:41 +0200 | [diff] [blame] | 595 | }; |
| 596 | |
| 597 | tlv320aic3x_aux: tlv320aic3x@19 { |
| 598 | compatible = "ti,tlv320aic3x"; |
| 599 | reg = <0x19>; |
Andrew F. Davis | 7be4b5d | 2017-11-29 11:13:59 -0600 | [diff] [blame] | 600 | reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; /* 60 */ |
Sebastian Reichel | 14e3e29 | 2013-10-23 00:49:41 +0200 | [diff] [blame] | 601 | |
| 602 | AVDD-supply = <&vmmc2>; |
| 603 | DRVDD-supply = <&vmmc2>; |
| 604 | IOVDD-supply = <&vio>; |
| 605 | DVDD-supply = <&vio>; |
Pavel Machek | 1819e30 | 2015-03-01 21:07:08 +0200 | [diff] [blame] | 606 | |
| 607 | ai3x-micbias-vg = <2>; |
Sebastian Reichel | 14e3e29 | 2013-10-23 00:49:41 +0200 | [diff] [blame] | 608 | }; |
| 609 | |
Sebastian Reichel | 12f2f87 | 2014-01-11 22:17:00 +0100 | [diff] [blame] | 610 | tsl2563: tsl2563@29 { |
| 611 | compatible = "amstaos,tsl2563"; |
| 612 | reg = <0x29>; |
| 613 | |
| 614 | amstaos,cover-comp-gain = <16>; |
| 615 | }; |
| 616 | |
Pali Rohár | 14628e4 | 2015-12-26 00:40:12 +0100 | [diff] [blame] | 617 | adp1653: led-controller@30 { |
| 618 | compatible = "adi,adp1653"; |
| 619 | reg = <0x30>; |
| 620 | enable-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; /* 88 */ |
| 621 | |
| 622 | flash { |
| 623 | flash-timeout-us = <500000>; |
| 624 | flash-max-microamp = <320000>; |
| 625 | led-max-microamp = <50000>; |
| 626 | }; |
| 627 | indicator { |
| 628 | led-max-microamp = <17500>; |
| 629 | }; |
| 630 | }; |
| 631 | |
Sebastian Reichel | a0bf1f3 | 2013-10-23 00:49:42 +0200 | [diff] [blame] | 632 | lp5523: lp5523@32 { |
| 633 | compatible = "national,lp5523"; |
| 634 | reg = <0x32>; |
| 635 | clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */ |
| 636 | enable-gpio = <&gpio2 9 GPIO_ACTIVE_HIGH>; /* 41 */ |
| 637 | |
| 638 | chan0 { |
| 639 | chan-name = "lp5523:kb1"; |
| 640 | led-cur = /bits/ 8 <50>; |
| 641 | max-cur = /bits/ 8 <100>; |
| 642 | }; |
| 643 | |
| 644 | chan1 { |
| 645 | chan-name = "lp5523:kb2"; |
| 646 | led-cur = /bits/ 8 <50>; |
| 647 | max-cur = /bits/ 8 <100>; |
| 648 | }; |
| 649 | |
| 650 | chan2 { |
| 651 | chan-name = "lp5523:kb3"; |
| 652 | led-cur = /bits/ 8 <50>; |
| 653 | max-cur = /bits/ 8 <100>; |
| 654 | }; |
| 655 | |
| 656 | chan3 { |
| 657 | chan-name = "lp5523:kb4"; |
| 658 | led-cur = /bits/ 8 <50>; |
| 659 | max-cur = /bits/ 8 <100>; |
| 660 | }; |
| 661 | |
| 662 | chan4 { |
| 663 | chan-name = "lp5523:b"; |
| 664 | led-cur = /bits/ 8 <50>; |
| 665 | max-cur = /bits/ 8 <100>; |
| 666 | }; |
| 667 | |
| 668 | chan5 { |
| 669 | chan-name = "lp5523:g"; |
| 670 | led-cur = /bits/ 8 <50>; |
| 671 | max-cur = /bits/ 8 <100>; |
| 672 | }; |
| 673 | |
| 674 | chan6 { |
| 675 | chan-name = "lp5523:r"; |
| 676 | led-cur = /bits/ 8 <50>; |
| 677 | max-cur = /bits/ 8 <100>; |
| 678 | }; |
| 679 | |
| 680 | chan7 { |
| 681 | chan-name = "lp5523:kb5"; |
| 682 | led-cur = /bits/ 8 <50>; |
| 683 | max-cur = /bits/ 8 <100>; |
| 684 | }; |
| 685 | |
| 686 | chan8 { |
| 687 | chan-name = "lp5523:kb6"; |
| 688 | led-cur = /bits/ 8 <50>; |
| 689 | max-cur = /bits/ 8 <100>; |
| 690 | }; |
| 691 | }; |
| 692 | |
Sebastian Reichel | b2b9b25 | 2013-10-23 00:49:36 +0200 | [diff] [blame] | 693 | bq27200: bq27200@55 { |
| 694 | compatible = "ti,bq27200"; |
| 695 | reg = <0x55>; |
Sebastian Reichel | 3c6b4f4 | 2018-02-22 21:06:33 +0100 | [diff] [blame] | 696 | power-supplies = <&bq24150a>; |
Sebastian Reichel | b2b9b25 | 2013-10-23 00:49:36 +0200 | [diff] [blame] | 697 | }; |
Sebastian Reichel | 9e2367c | 2014-01-11 22:17:01 +0100 | [diff] [blame] | 698 | |
Pavel Machek | f585a15 | 2016-10-11 10:12:43 +0200 | [diff] [blame] | 699 | /* Stereo headphone amplifier */ |
Sebastian Reichel | 9e2367c | 2014-01-11 22:17:01 +0100 | [diff] [blame] | 700 | tpa6130a2: tpa6130a2@60 { |
| 701 | compatible = "ti,tpa6130a2"; |
| 702 | reg = <0x60>; |
| 703 | |
| 704 | Vdd-supply = <&vmmc2>; |
| 705 | |
| 706 | power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */ |
| 707 | }; |
Sebastian Reichel | 334a09c | 2014-01-11 22:17:03 +0100 | [diff] [blame] | 708 | |
Sebastian Reichel | 406c07e | 2014-11-15 02:47:30 +0100 | [diff] [blame] | 709 | si4713: si4713@63 { |
| 710 | compatible = "silabs,si4713"; |
| 711 | reg = <0x63>; |
| 712 | |
| 713 | interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_FALLING>; /* 53 */ |
| 714 | reset-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* 163 */ |
| 715 | vio-supply = <&vio>; |
| 716 | vdd-supply = <&vaux1>; |
| 717 | }; |
| 718 | |
Sebastian Reichel | 334a09c | 2014-01-11 22:17:03 +0100 | [diff] [blame] | 719 | bq24150a: bq24150a@6b { |
| 720 | compatible = "ti,bq24150a"; |
| 721 | reg = <0x6b>; |
| 722 | |
| 723 | ti,current-limit = <100>; |
| 724 | ti,weak-battery-voltage = <3400>; |
| 725 | ti,battery-regulation-voltage = <4200>; |
| 726 | ti,charge-current = <650>; |
| 727 | ti,termination-current = <100>; |
| 728 | ti,resistor-sense = <68>; |
| 729 | |
Pali Rohár | b950762 | 2016-02-21 12:28:23 +0100 | [diff] [blame] | 730 | ti,usb-charger-detection = <&isp1707>; |
Sebastian Reichel | 334a09c | 2014-01-11 22:17:03 +0100 | [diff] [blame] | 731 | }; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 732 | }; |
| 733 | |
| 734 | &i2c3 { |
Sebastian Reichel | ac888a8 | 2013-10-23 00:49:30 +0200 | [diff] [blame] | 735 | pinctrl-names = "default"; |
| 736 | pinctrl-0 = <&i2c3_pins>; |
| 737 | |
Sebastian Reichel | 48fc986 | 2013-10-23 00:49:31 +0200 | [diff] [blame] | 738 | clock-frequency = <400000>; |
Sebastian Reichel | 1ac4e6f | 2015-03-27 15:39:46 +0100 | [diff] [blame] | 739 | |
| 740 | lis302dl: lis3lv02d@1d { |
| 741 | compatible = "st,lis3lv02d"; |
| 742 | reg = <0x1d>; |
| 743 | |
| 744 | Vdd-supply = <&vaux1>; |
| 745 | Vdd_IO-supply = <&vio>; |
| 746 | |
| 747 | interrupt-parent = <&gpio6>; |
| 748 | interrupts = <21 20>; /* 181 and 180 */ |
| 749 | |
| 750 | /* click flags */ |
| 751 | st,click-single-x; |
| 752 | st,click-single-y; |
| 753 | st,click-single-z; |
| 754 | |
| 755 | /* Limits are 0.5g * value */ |
| 756 | st,click-threshold-x = <8>; |
| 757 | st,click-threshold-y = <8>; |
| 758 | st,click-threshold-z = <10>; |
| 759 | |
| 760 | /* Click must be longer than time limit */ |
| 761 | st,click-time-limit = <9>; |
| 762 | |
| 763 | /* Kind of debounce filter */ |
| 764 | st,click-latency = <50>; |
| 765 | |
| 766 | /* Interrupt line 2 for click detection */ |
| 767 | st,irq2-click; |
| 768 | |
| 769 | st,wakeup-x-hi; |
| 770 | st,wakeup-y-hi; |
| 771 | st,wakeup-threshold = <(800/18)>; /* millig-value / 18 to get HW values */ |
| 772 | |
| 773 | st,wakeup2-z-hi; |
| 774 | st,wakeup2-threshold = <(900/18)>; /* millig-value / 18 to get HW values */ |
| 775 | |
| 776 | st,hipass1-disable; |
| 777 | st,hipass2-disable; |
| 778 | |
| 779 | st,axis-x = <1>; /* LIS3_DEV_X */ |
| 780 | st,axis-y = <(-2)>; /* LIS3_INV_DEV_Y */ |
| 781 | st,axis-z = <(-3)>; /* LIS3_INV_DEV_Z */ |
| 782 | |
| 783 | st,min-limit-x = <(-32)>; |
| 784 | st,min-limit-y = <3>; |
| 785 | st,min-limit-z = <3>; |
| 786 | |
| 787 | st,max-limit-x = <(-3)>; |
| 788 | st,max-limit-y = <32>; |
| 789 | st,max-limit-z = <32>; |
| 790 | }; |
Pavel Machek | d510d12 | 2017-08-10 22:49:23 +0200 | [diff] [blame] | 791 | |
| 792 | cam1: camera@3e { |
| 793 | compatible = "toshiba,et8ek8"; |
| 794 | reg = <0x3e>; |
| 795 | |
| 796 | vana-supply = <&vaux4>; |
| 797 | |
| 798 | clocks = <&isp 0>; |
| 799 | clock-names = "extclk"; |
| 800 | clock-frequency = <9600000>; |
| 801 | |
| 802 | reset-gpio = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* 102 */ |
| 803 | |
Pavel Machek | 4884c50 | 2017-11-12 06:25:29 -0500 | [diff] [blame] | 804 | lens-focus = <&ad5820>; |
| 805 | |
Pavel Machek | d510d12 | 2017-08-10 22:49:23 +0200 | [diff] [blame] | 806 | port { |
| 807 | csi_cam1: endpoint { |
| 808 | bus-type = <3>; /* CCP2 */ |
| 809 | strobe = <1>; |
| 810 | clock-inv = <0>; |
| 811 | crc = <1>; |
| 812 | |
| 813 | remote-endpoint = <&csi_isp>; |
| 814 | }; |
| 815 | }; |
| 816 | }; |
| 817 | |
| 818 | /* D/A converter for auto-focus */ |
Rob Herring | 8dccafa | 2017-10-13 12:54:51 -0500 | [diff] [blame] | 819 | ad5820: dac@c { |
Pavel Machek | d510d12 | 2017-08-10 22:49:23 +0200 | [diff] [blame] | 820 | compatible = "adi,ad5820"; |
| 821 | reg = <0x0c>; |
| 822 | |
| 823 | VANA-supply = <&vaux4>; |
| 824 | |
| 825 | #io-channel-cells = <0>; |
| 826 | }; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 827 | }; |
| 828 | |
| 829 | &mmc1 { |
Sebastian Reichel | f1751cf | 2013-10-23 00:49:33 +0200 | [diff] [blame] | 830 | pinctrl-names = "default"; |
| 831 | pinctrl-0 = <&mmc1_pins>; |
| 832 | vmmc-supply = <&vmmc1>; |
| 833 | bus-width = <4>; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 834 | }; |
| 835 | |
Tony Lindgren | edd5eb4 | 2013-11-25 14:23:45 -0800 | [diff] [blame] | 836 | /* most boards use vaux3, only some old versions use vmmc2 instead */ |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 837 | &mmc2 { |
Tony Lindgren | edd5eb4 | 2013-11-25 14:23:45 -0800 | [diff] [blame] | 838 | pinctrl-names = "default"; |
| 839 | pinctrl-0 = <&mmc2_pins>; |
| 840 | vmmc-supply = <&vaux3>; |
Kishon Vijay Abraham I | 45ea75e | 2017-06-09 17:38:18 +0530 | [diff] [blame] | 841 | vqmmc-supply = <&vsim>; |
Tony Lindgren | edd5eb4 | 2013-11-25 14:23:45 -0800 | [diff] [blame] | 842 | bus-width = <8>; |
| 843 | non-removable; |
Pali Rohár | 4cf48f1 | 2016-12-14 22:29:44 +0100 | [diff] [blame] | 844 | no-sdio; |
| 845 | no-sd; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 846 | }; |
| 847 | |
| 848 | &mmc3 { |
| 849 | status = "disabled"; |
| 850 | }; |
| 851 | |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 852 | &gpmc { |
Tony Lindgren | 271d4c6 | 2014-09-18 09:03:36 -0700 | [diff] [blame] | 853 | ranges = <0 0 0x01000000 0x01000000>, /* 16 MB for OneNAND */ |
| 854 | <1 0 0x02000000 0x01000000>; /* 16 MB for smc91c96 */ |
Tony Lindgren | 9a89495 | 2014-10-29 17:16:47 -0700 | [diff] [blame] | 855 | pinctrl-names = "default"; |
| 856 | pinctrl-0 = <&gpmc_pins>; |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 857 | |
Tony Lindgren | e2c5eb7 | 2014-10-29 17:16:47 -0700 | [diff] [blame] | 858 | /* sys_ndmareq1 could be used by the driver, not as gpio65 though */ |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 859 | onenand@0,0 { |
| 860 | #address-cells = <1>; |
| 861 | #size-cells = <1>; |
Ladislav Michl | 396744b | 2018-01-12 14:12:56 +0100 | [diff] [blame] | 862 | compatible = "ti,omap2-onenand"; |
Tony Lindgren | e2c5eb7 | 2014-10-29 17:16:47 -0700 | [diff] [blame] | 863 | reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */ |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 864 | |
Arthur Demchenkov | 0c5220a | 2020-03-08 22:19:33 +0300 | [diff] [blame] | 865 | /* |
| 866 | * These timings are based on CONFIG_OMAP_GPMC_DEBUG=y reported |
| 867 | * bootloader set values when booted with v5.1 |
| 868 | * (OneNAND Manufacturer: Samsung): |
| 869 | * |
| 870 | * cs0 GPMC_CS_CONFIG1: 0xfb001202 |
| 871 | * cs0 GPMC_CS_CONFIG2: 0x00111100 |
| 872 | * cs0 GPMC_CS_CONFIG3: 0x00020200 |
| 873 | * cs0 GPMC_CS_CONFIG4: 0x11001102 |
| 874 | * cs0 GPMC_CS_CONFIG5: 0x03101616 |
| 875 | * cs0 GPMC_CS_CONFIG6: 0x90060000 |
| 876 | */ |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 877 | gpmc,sync-read; |
| 878 | gpmc,sync-write; |
| 879 | gpmc,burst-length = <16>; |
| 880 | gpmc,burst-read; |
| 881 | gpmc,burst-wrap; |
| 882 | gpmc,burst-write; |
Arthur Demchenkov | 0c5220a | 2020-03-08 22:19:33 +0300 | [diff] [blame] | 883 | gpmc,device-width = <2>; |
| 884 | gpmc,mux-add-data = <2>; |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 885 | gpmc,cs-on-ns = <0>; |
Arthur Demchenkov | 0c5220a | 2020-03-08 22:19:33 +0300 | [diff] [blame] | 886 | gpmc,cs-rd-off-ns = <102>; |
| 887 | gpmc,cs-wr-off-ns = <102>; |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 888 | gpmc,adv-on-ns = <0>; |
Arthur Demchenkov | 0c5220a | 2020-03-08 22:19:33 +0300 | [diff] [blame] | 889 | gpmc,adv-rd-off-ns = <12>; |
| 890 | gpmc,adv-wr-off-ns = <12>; |
| 891 | gpmc,oe-on-ns = <12>; |
| 892 | gpmc,oe-off-ns = <102>; |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 893 | gpmc,we-on-ns = <0>; |
Arthur Demchenkov | 0c5220a | 2020-03-08 22:19:33 +0300 | [diff] [blame] | 894 | gpmc,we-off-ns = <102>; |
| 895 | gpmc,rd-cycle-ns = <132>; |
| 896 | gpmc,wr-cycle-ns = <132>; |
| 897 | gpmc,access-ns = <96>; |
| 898 | gpmc,page-burst-access-ns = <18>; |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 899 | gpmc,bus-turnaround-ns = <0>; |
| 900 | gpmc,cycle2cycle-delay-ns = <0>; |
| 901 | gpmc,wait-monitoring-ns = <0>; |
Arthur Demchenkov | 0c5220a | 2020-03-08 22:19:33 +0300 | [diff] [blame] | 902 | gpmc,clk-activation-ns = <6>; |
| 903 | gpmc,wr-data-mux-bus-ns = <36>; |
| 904 | gpmc,wr-access-ns = <96>; |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 905 | gpmc,sync-clk-ps = <15000>; |
| 906 | |
| 907 | /* |
| 908 | * MTD partition table corresponding to Nokia's |
| 909 | * Maemo 5 (Fremantle) release. |
| 910 | */ |
| 911 | partition@0 { |
| 912 | label = "bootloader"; |
| 913 | reg = <0x00000000 0x00020000>; |
| 914 | read-only; |
| 915 | }; |
| 916 | partition@1 { |
| 917 | label = "config"; |
| 918 | reg = <0x00020000 0x00060000>; |
| 919 | }; |
| 920 | partition@2 { |
| 921 | label = "log"; |
| 922 | reg = <0x00080000 0x00040000>; |
| 923 | }; |
| 924 | partition@3 { |
| 925 | label = "kernel"; |
| 926 | reg = <0x000c0000 0x00200000>; |
| 927 | }; |
| 928 | partition@4 { |
| 929 | label = "initfs"; |
| 930 | reg = <0x002c0000 0x00200000>; |
| 931 | }; |
| 932 | partition@5 { |
| 933 | label = "rootfs"; |
| 934 | reg = <0x004c0000 0x0fb40000>; |
| 935 | }; |
| 936 | }; |
Tony Lindgren | 271d4c6 | 2014-09-18 09:03:36 -0700 | [diff] [blame] | 937 | |
Tony Lindgren | 7ac7274 | 2015-01-06 08:49:57 -0800 | [diff] [blame] | 938 | /* Ethernet is on some early development boards and qemu */ |
Tony Lindgren | 271d4c6 | 2014-09-18 09:03:36 -0700 | [diff] [blame] | 939 | ethernet@gpmc { |
| 940 | compatible = "smsc,lan91c94"; |
| 941 | interrupt-parent = <&gpio2>; |
| 942 | interrupts = <22 IRQ_TYPE_LEVEL_HIGH>; /* gpio54 */ |
Pali Rohár | cb9071d | 2015-02-19 17:49:50 +0100 | [diff] [blame] | 943 | reg = <1 0 0xf>; /* 16 byte IO range */ |
Tony Lindgren | 271d4c6 | 2014-09-18 09:03:36 -0700 | [diff] [blame] | 944 | bank-width = <2>; |
| 945 | pinctrl-names = "default"; |
| 946 | pinctrl-0 = <ðernet_pins>; |
Tony Lindgren | 7d2911c | 2014-10-30 09:59:27 -0700 | [diff] [blame] | 947 | power-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>; /* gpio86 */ |
| 948 | reset-gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* gpio164 */ |
Tony Lindgren | 271d4c6 | 2014-09-18 09:03:36 -0700 | [diff] [blame] | 949 | gpmc,device-width = <2>; |
| 950 | gpmc,sync-clk-ps = <0>; |
| 951 | gpmc,cs-on-ns = <0>; |
| 952 | gpmc,cs-rd-off-ns = <48>; |
| 953 | gpmc,cs-wr-off-ns = <24>; |
| 954 | gpmc,adv-on-ns = <0>; |
| 955 | gpmc,adv-rd-off-ns = <0>; |
| 956 | gpmc,adv-wr-off-ns = <0>; |
| 957 | gpmc,we-on-ns = <12>; |
| 958 | gpmc,we-off-ns = <18>; |
| 959 | gpmc,oe-on-ns = <12>; |
| 960 | gpmc,oe-off-ns = <48>; |
| 961 | gpmc,page-burst-access-ns = <0>; |
| 962 | gpmc,access-ns = <42>; |
| 963 | gpmc,rd-cycle-ns = <180>; |
| 964 | gpmc,wr-cycle-ns = <180>; |
| 965 | gpmc,bus-turnaround-ns = <0>; |
| 966 | gpmc,cycle2cycle-delay-ns = <0>; |
| 967 | gpmc,wait-monitoring-ns = <0>; |
| 968 | gpmc,clk-activation-ns = <0>; |
| 969 | gpmc,wr-access-ns = <0>; |
| 970 | gpmc,wr-data-mux-bus-ns = <12>; |
| 971 | }; |
Sebastian Reichel | 8699d2d | 2013-10-23 00:49:39 +0200 | [diff] [blame] | 972 | }; |
| 973 | |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 974 | &mcspi1 { |
| 975 | /* |
| 976 | * For some reason, touchscreen is necessary for screen to work at |
| 977 | * all on real hw. It works well without it on emulator. |
| 978 | * |
| 979 | * Also... order in the device tree actually matters here. |
| 980 | */ |
| 981 | tsc2005@0 { |
Sebastian Reichel | 5052589 | 2014-05-29 00:03:59 -0700 | [diff] [blame] | 982 | compatible = "ti,tsc2005"; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 983 | spi-max-frequency = <6000000>; |
| 984 | reg = <0>; |
Sebastian Reichel | 5052589 | 2014-05-29 00:03:59 -0700 | [diff] [blame] | 985 | |
| 986 | vio-supply = <&vio>; |
| 987 | |
| 988 | reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>; /* 104 */ |
| 989 | interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */ |
| 990 | |
| 991 | touchscreen-fuzz-x = <4>; |
| 992 | touchscreen-fuzz-y = <7>; |
| 993 | touchscreen-fuzz-pressure = <2>; |
Pavel Machek | 8770d08 | 2015-05-29 21:32:11 +0200 | [diff] [blame] | 994 | touchscreen-size-x = <4096>; |
| 995 | touchscreen-size-y = <4096>; |
Sebastian Reichel | 5052589 | 2014-05-29 00:03:59 -0700 | [diff] [blame] | 996 | touchscreen-max-pressure = <2048>; |
| 997 | |
| 998 | ti,x-plate-ohms = <280>; |
| 999 | ti,esd-recovery-timeout-ms = <8000>; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 1000 | }; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 1001 | |
Ivaylo Dimitrov | cbe92b0 | 2018-01-12 15:47:18 -0800 | [diff] [blame] | 1002 | lcd: acx565akm@2 { |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 1003 | compatible = "sony,acx565akm"; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 1004 | spi-max-frequency = <6000000>; |
| 1005 | reg = <2>; |
Sebastian Reichel | d1e6f51 | 2013-10-23 00:49:40 +0200 | [diff] [blame] | 1006 | |
| 1007 | pinctrl-names = "default"; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 1008 | pinctrl-0 = <&acx565akm_pins>; |
| 1009 | |
| 1010 | label = "lcd"; |
| 1011 | reset-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */ |
| 1012 | |
| 1013 | port { |
| 1014 | lcd_in: endpoint { |
| 1015 | remote-endpoint = <&sdi_out>; |
| 1016 | }; |
| 1017 | }; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 1018 | }; |
| 1019 | }; |
| 1020 | |
Sebastian Reichel | c1ad220 | 2014-03-13 22:59:55 +0100 | [diff] [blame] | 1021 | &mcspi4 { |
| 1022 | pinctrl-names = "default"; |
| 1023 | pinctrl-0 = <&mcspi4_pins>; |
| 1024 | |
| 1025 | wl1251@0 { |
| 1026 | pinctrl-names = "default"; |
| 1027 | pinctrl-0 = <&wl1251_pins>; |
| 1028 | |
| 1029 | vio-supply = <&vio>; |
| 1030 | |
| 1031 | compatible = "ti,wl1251"; |
| 1032 | reg = <0>; |
| 1033 | spi-max-frequency = <48000000>; |
| 1034 | |
| 1035 | spi-cpol; |
| 1036 | spi-cpha; |
| 1037 | |
| 1038 | ti,power-gpio = <&gpio3 23 GPIO_ACTIVE_HIGH>; /* 87 */ |
| 1039 | |
| 1040 | interrupt-parent = <&gpio2>; |
| 1041 | interrupts = <10 IRQ_TYPE_NONE>; /* gpio line 42 */ |
Sebastian Reichel | 3d5c656 | 2017-03-21 23:32:15 +0100 | [diff] [blame] | 1042 | |
| 1043 | clocks = <&vctcxo>; |
Sebastian Reichel | c1ad220 | 2014-03-13 22:59:55 +0100 | [diff] [blame] | 1044 | }; |
| 1045 | }; |
| 1046 | |
Tony Lindgren | 308607e | 2019-10-23 11:39:42 -0700 | [diff] [blame] | 1047 | /* RNG not directly accessible on n900, see omap3-rom-rng instead */ |
| 1048 | &rng_target { |
| 1049 | status = "disabled"; |
| 1050 | }; |
| 1051 | |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 1052 | &usb_otg_hs { |
| 1053 | interface-type = <0>; |
| 1054 | usb-phy = <&usb2_phy>; |
Roger Quadros | d2afcf0 | 2013-10-07 16:28:13 +0300 | [diff] [blame] | 1055 | phys = <&usb2_phy>; |
| 1056 | phy-names = "usb2-phy"; |
Pavel Machek | a4d4b15 | 2013-08-13 15:36:36 +0200 | [diff] [blame] | 1057 | mode = <2>; |
| 1058 | power = <50>; |
| 1059 | }; |
Sebastian Reichel | 7a89eec | 2013-10-23 00:49:32 +0200 | [diff] [blame] | 1060 | |
| 1061 | &uart1 { |
| 1062 | status = "disabled"; |
| 1063 | }; |
| 1064 | |
| 1065 | &uart2 { |
| 1066 | pinctrl-names = "default"; |
| 1067 | pinctrl-0 = <&uart2_pins>; |
Sebastian Reichel | 3d5c656 | 2017-03-21 23:32:15 +0100 | [diff] [blame] | 1068 | |
| 1069 | bcm2048: bluetooth { |
| 1070 | compatible = "brcm,bcm2048-nokia", "nokia,h4p-bluetooth"; |
| 1071 | reset-gpios = <&gpio3 27 GPIO_ACTIVE_LOW>; /* 91 */ |
| 1072 | host-wakeup-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>; /* 101 */ |
| 1073 | bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* 37 */ |
| 1074 | clocks = <&vctcxo>; |
| 1075 | clock-names = "sysclk"; |
| 1076 | }; |
Sebastian Reichel | 7a89eec | 2013-10-23 00:49:32 +0200 | [diff] [blame] | 1077 | }; |
| 1078 | |
| 1079 | &uart3 { |
Tony Lindgren | 31f0820 | 2014-05-05 17:27:39 -0700 | [diff] [blame] | 1080 | interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>; |
Sebastian Reichel | 7a89eec | 2013-10-23 00:49:32 +0200 | [diff] [blame] | 1081 | pinctrl-names = "default"; |
| 1082 | pinctrl-0 = <&uart3_pins>; |
| 1083 | }; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 1084 | |
| 1085 | &dss { |
Adrian Schmutzler | fe93b72 | 2020-08-30 21:38:59 +0200 | [diff] [blame] | 1086 | status = "okay"; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 1087 | |
| 1088 | pinctrl-names = "default"; |
| 1089 | pinctrl-0 = <&dss_sdi_pins>; |
| 1090 | |
| 1091 | vdds_sdi-supply = <&vaux1>; |
| 1092 | |
| 1093 | ports { |
| 1094 | #address-cells = <1>; |
| 1095 | #size-cells = <0>; |
| 1096 | |
| 1097 | port@1 { |
| 1098 | reg = <1>; |
| 1099 | |
| 1100 | sdi_out: endpoint { |
| 1101 | remote-endpoint = <&lcd_in>; |
| 1102 | datapairs = <2>; |
| 1103 | }; |
| 1104 | }; |
| 1105 | }; |
| 1106 | }; |
| 1107 | |
| 1108 | &venc { |
Adrian Schmutzler | fe93b72 | 2020-08-30 21:38:59 +0200 | [diff] [blame] | 1109 | status = "okay"; |
Tomi Valkeinen | 1133420 | 2013-12-17 09:33:33 +0200 | [diff] [blame] | 1110 | |
| 1111 | vdda-supply = <&vdac>; |
| 1112 | |
| 1113 | port { |
| 1114 | venc_out: endpoint { |
| 1115 | remote-endpoint = <&tv_connector_in>; |
| 1116 | ti,channels = <1>; |
| 1117 | }; |
| 1118 | }; |
| 1119 | }; |
Sebastian Reichel | f7d0f2a | 2014-04-28 16:07:27 +0200 | [diff] [blame] | 1120 | |
| 1121 | &mcbsp2 { |
Adrian Schmutzler | fe93b72 | 2020-08-30 21:38:59 +0200 | [diff] [blame] | 1122 | status = "okay"; |
Sebastian Reichel | f7d0f2a | 2014-04-28 16:07:27 +0200 | [diff] [blame] | 1123 | }; |
Sebastian Reichel | 782e25a | 2014-05-10 18:37:49 +0200 | [diff] [blame] | 1124 | |
| 1125 | &ssi_port1 { |
| 1126 | pinctrl-names = "default"; |
| 1127 | pinctrl-0 = <&ssi_pins>; |
| 1128 | |
| 1129 | ti,ssi-cawake-gpio = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* 151 */ |
Sebastian Reichel | 76ad4ac | 2014-05-10 18:37:50 +0200 | [diff] [blame] | 1130 | |
| 1131 | modem: hsi-client { |
| 1132 | compatible = "nokia,n900-modem"; |
| 1133 | |
| 1134 | pinctrl-names = "default"; |
| 1135 | pinctrl-0 = <&modem_pins>; |
| 1136 | |
| 1137 | hsi-channel-ids = <0>, <1>, <2>, <3>; |
| 1138 | hsi-channel-names = "mcsaab-control", |
| 1139 | "speech-control", |
| 1140 | "speech-data", |
| 1141 | "mcsaab-data"; |
| 1142 | hsi-speed-kbps = <55000>; |
| 1143 | hsi-mode = "frame"; |
| 1144 | hsi-flow = "synchronized"; |
| 1145 | hsi-arb-mode = "round-robin"; |
| 1146 | |
| 1147 | interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */ |
| 1148 | |
| 1149 | gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>, /* 70 */ |
| 1150 | <&gpio3 9 GPIO_ACTIVE_HIGH>, /* 73 */ |
| 1151 | <&gpio3 10 GPIO_ACTIVE_HIGH>, /* 74 */ |
| 1152 | <&gpio3 11 GPIO_ACTIVE_HIGH>, /* 75 */ |
| 1153 | <&gpio5 29 GPIO_ACTIVE_HIGH>; /* 157 */ |
| 1154 | gpio-names = "cmt_apeslpx", |
| 1155 | "cmt_rst_rq", |
| 1156 | "cmt_en", |
| 1157 | "cmt_rst", |
| 1158 | "cmt_bsi"; |
| 1159 | }; |
Sebastian Reichel | 782e25a | 2014-05-10 18:37:49 +0200 | [diff] [blame] | 1160 | }; |
| 1161 | |
| 1162 | &ssi_port2 { |
| 1163 | status = "disabled"; |
Sebastian Reichel | 76ad4ac | 2014-05-10 18:37:50 +0200 | [diff] [blame] | 1164 | }; |