| .. | .. |
|---|
| 1 | 1 | // SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | /* |
|---|
| 3 | | - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
|---|
| 3 | + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Author: Robert Nelson <robertcnelson@gmail.com> |
|---|
| 6 | 6 | */ |
|---|
| .. | .. |
|---|
| 36 | 36 | &am33xx_pinmux { |
|---|
| 37 | 37 | i2c0_pins: pinmux-i2c0-pins { |
|---|
| 38 | 38 | pinctrl-single,pins = < |
|---|
| 39 | | - AM33XX_IOPAD(0x988, PIN_INPUT_PULLUP | MUX_MODE0) /* (C17) I2C0_SDA.I2C0_SDA */ |
|---|
| 40 | | - AM33XX_IOPAD(0x98c, PIN_INPUT_PULLUP | MUX_MODE0) /* (C16) I2C0_SCL.I2C0_SCL */ |
|---|
| 39 | + AM33XX_PADCONF(AM335X_PIN_I2C0_SDA, PIN_INPUT_PULLUP, MUX_MODE0) |
|---|
| 40 | + AM33XX_PADCONF(AM335X_PIN_I2C0_SCL, PIN_INPUT_PULLUP, MUX_MODE0) |
|---|
| 41 | 41 | >; |
|---|
| 42 | 42 | }; |
|---|
| 43 | 43 | }; |
|---|