summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h
blob: 20f43404cac0ff1684a50045bf103df74055b99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * pinctrl-tegra-io-pad.h: Tegra I/O pad source voltage configuration constants
 * pinctrl bindings.
 *
 * Copyright (c) 2018, NVIDIA CORPORATION.  All rights reserved.
 *
 * Author: Aapo Vienamo <avienamo@nvidia.com>
 */

#ifndef _DT_BINDINGS_PINCTRL_TEGRA_IO_PAD_H
#define _DT_BINDINGS_PINCTRL_TEGRA_IO_PAD_H

/* Voltage levels of the I/O pad's source rail */
#define TEGRA_IO_PAD_VOLTAGE_1V8	0
#define TEGRA_IO_PAD_VOLTAGE_3V3	1

#endif