mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
53f3b81e5a
Fuck him
18 lines
426 B
C
18 lines
426 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* MIO pin configuration defines for Xilinx Zynq
|
|
*
|
|
* Copyright (C) 2021 Xilinx, Inc.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_PINCTRL_ZYNQ_H
|
|
#define _DT_BINDINGS_PINCTRL_ZYNQ_H
|
|
|
|
/* Configuration options for different power supplies */
|
|
#define IO_STANDARD_LVCMOS18 1
|
|
#define IO_STANDARD_LVCMOS25 2
|
|
#define IO_STANDARD_LVCMOS33 3
|
|
#define IO_STANDARD_HSTL 4
|
|
|
|
#endif /* _DT_BINDINGS_PINCTRL_ZYNQ_H */
|