Deleted Added
full compact
at91reg.h (234291) at91reg.h (235718)
1/*-
2 * Copyright (c) 2009 Greg Ansley All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 */
25
26/*
1/*-
2 * Copyright (c) 2009 Greg Ansley All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 */
25
26/*
27 * $FreeBSD: head/sys/arm/at91/at91reg.h 234291 2012-04-14 17:09:38Z marius $
27 * $FreeBSD: head/sys/arm/at91/at91reg.h 235718 2012-05-21 07:47:57Z imp $
28 */
29
30#ifndef _AT91REG_H_
31#define _AT91REG_H_
32
33#include "opt_at91.h"
34
35/* Where builtin peripherals start in KVM */
36#define AT91_BASE 0xd0000000
37
28 */
29
30#ifndef _AT91REG_H_
31#define _AT91REG_H_
32
33#include "opt_at91.h"
34
35/* Where builtin peripherals start in KVM */
36#define AT91_BASE 0xd0000000
37
38/* Where builtin peripherals start PA */
39#define AT91_PA_BASE 0xf0000000
40
38/* A few things that we count on being the same
39 * throught the whole family of SOCs */
40
41/* SYSC System Controler */
42/* System Registers */
43#define AT91_SYS_BASE 0xffff000
44#define AT91_SYS_SIZE 0x1000
45

--- 29 unchanged lines hidden ---
41/* A few things that we count on being the same
42 * throught the whole family of SOCs */
43
44/* SYSC System Controler */
45/* System Registers */
46#define AT91_SYS_BASE 0xffff000
47#define AT91_SYS_SIZE 0x1000
48

--- 29 unchanged lines hidden ---