mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-02 11:02:59 +02:00
9 lines
240 B
C
9 lines
240 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H
|
|
#define _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H 1
|
|
|
|
#define TEGRA_XUSB_PADCTL_PCIE 0
|
|
#define TEGRA_XUSB_PADCTL_SATA 1
|
|
|
|
#endif /* _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H */
|