| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2016 Derald D. Woods <woods.technical@gmail.com> |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Based on am3517-evm.dts |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | / { |
|---|
| .. | .. |
|---|
| 72 | 69 | }; |
|---|
| 73 | 70 | |
|---|
| 74 | 71 | &i2c1 { |
|---|
| 72 | + pinctrl-names = "default"; |
|---|
| 73 | + pinctrl-0 = <&i2c1_pins>; |
|---|
| 75 | 74 | clock-frequency = <400000>; |
|---|
| 76 | 75 | |
|---|
| 77 | 76 | s35390a: s35390a@30 { |
|---|
| .. | .. |
|---|
| 182 | 181 | |
|---|
| 183 | 182 | &omap3_pmx_core { |
|---|
| 184 | 183 | |
|---|
| 184 | + i2c1_pins: pinmux_i2c1_pins { |
|---|
| 185 | + pinctrl-single,pins = < |
|---|
| 186 | + OMAP3_CORE1_IOPAD(0x21ba, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_scl */ |
|---|
| 187 | + OMAP3_CORE1_IOPAD(0x21bc, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda */ |
|---|
| 188 | + >; |
|---|
| 189 | + }; |
|---|
| 190 | + |
|---|
| 185 | 191 | wl12xx_buffer_pins: pinmux_wl12xx_buffer_pins { |
|---|
| 186 | 192 | pinctrl-single,pins = < |
|---|
| 187 | 193 | OMAP3_CORE1_IOPAD(0x2156, PIN_OUTPUT | MUX_MODE4) /* mmc1_dat7.gpio_129 */ |
|---|