mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
i.MX6: crm_regs: define IOMUXC_GPR4/6/7
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
This commit is contained in:
parent
4f60c49a70
commit
714afa64f3
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
|
||||
#ifndef __ASM_ARCH_IOMUX_H__
|
||||
#define __ASM_ARCH_IOMUX_H__
|
||||
|
||||
#define MX6_IOMUXC_GPR4 0x020e0010
|
||||
#define MX6_IOMUXC_GPR6 0x020e0018
|
||||
#define MX6_IOMUXC_GPR7 0x020e001c
|
||||
|
||||
/*
|
||||
* IOMUXC_GPR13 bit fields
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue