]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-lpc32xx/mux.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / arm / include / asm / arch-lpc32xx / mux.h
1 /*
2  * LPC32xx MUX interface
3  *
4  * (C) Copyright 2015  DENX Software Engineering GmbH
5  * Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 /**
11  * MUX register map for LPC32xx
12  */
13
14 struct mux_regs {
15         u32 p_mux_set;
16         u32 p_mux_clr;
17         u32 p_mux_state;
18 };