Home | History | Annotate | Line # | Download | only in pinctrl
      1 /*	$NetBSD: pinctrl-tegra-xusb.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 #ifndef _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H
      5 #define _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H 1
      6 
      7 #define TEGRA_XUSB_PADCTL_PCIE 0
      8 #define TEGRA_XUSB_PADCTL_SATA 1
      9 
     10 #endif /* _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H */
     11