]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/kosagi/novena/novena.h
arm: mx6: novena: Pull video handling into separate file
[people/ms/u-boot.git] / board / kosagi / novena / novena.h
CommitLineData
d59d7b91
MV
1/*
2 * Novena board support
3 *
4 * Copyright (C) 2014 Marek Vasut <marex@denx.de>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9#ifndef __BOARD_KOSAGI_NOVENA_NOVENA_H__
10#define __BOARD_KOSAGI_NOVENA_NOVENA_H__
11
12#define NOVENA_AUDIO_PWRON IMX_GPIO_NR(5, 17)
13#define NOVENA_BUTTON_GPIO IMX_GPIO_NR(4, 14)
14#define NOVENA_FPGA_RESET_N_GPIO IMX_GPIO_NR(5, 7)
15#define NOVENA_HDMI_GHOST_HPD IMX_GPIO_NR(5, 4)
16#define NOVENA_PCIE_DISABLE_GPIO IMX_GPIO_NR(2, 16)
17#define NOVENA_PCIE_POWER_ON_GPIO IMX_GPIO_NR(7, 12)
18#define NOVENA_PCIE_RESET_GPIO IMX_GPIO_NR(3, 29)
19#define NOVENA_PCIE_WAKE_UP_GPIO IMX_GPIO_NR(3, 22)
20#define NOVENA_SD_CD IMX_GPIO_NR(1, 4)
21#define NOVENA_SD_WP IMX_GPIO_NR(1, 2)
22
f2e4d6a5
MV
23void setup_display_clock(void);
24
d59d7b91 25#endif /* __BOARD_KOSAGI_NOVENA_NOVENA_H__ */