blob: 22cd5d50692666a251e97be130a6342a8092bcfc [file] [log] [blame]
Alexandre Belloni35424042016-09-22 00:09:35 +02001/*
2 * Atmel Security Module register offsets and bit definitions.
3 *
4 * Copyright (C) 2016 Atmel
5 *
6 * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */
12
13#ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H
14#define _LINUX_SOC_AT91_ATMEL_SECUMOD_H
15
16#define AT91_SECUMOD_RAMRDY 0x14
17#define AT91_SECUMOD_RAMRDY_READY BIT(0)
18
19#endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */