blob: 2f9bb984a4df5301386af2c61e753a9736a761c7 [file] [log] [blame]
Cyrille Pitchenc8f26c22016-03-17 17:04:00 +01001/*
2 * Atmel SFR (Special Function Registers) register offsets and bit definitions.
3 *
4 * Copyright (C) 2016 Atmel
5 *
6 * Author: Ludovic Desroches <ludovic.desroches@atmel.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_MFD_SYSCON_ATMEL_SFR_H
14#define _LINUX_MFD_SYSCON_ATMEL_SFR_H
15
16#define AT91_SFR_I2SCLKSEL 0x90 /* I2SC Register */
17
18#endif /* _LINUX_MFD_SYSCON_ATMEL_SFR_H */