mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
Based on the normalized pattern:
this file is licensed under the terms of the gnu general public
license version 2 this program is licensed as is without any warranty
of any kind whether express or implied
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference.
Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 lines
609 B
C
20 lines
609 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* arch/arm/mach-mvebu/kirkwood.h
|
|
*
|
|
* Generic definitions for Marvell Kirkwood SoC flavors:
|
|
* 88F6180, 88F6192 and 88F6281.
|
|
*/
|
|
|
|
#define KIRKWOOD_REGS_PHYS_BASE 0xf1000000
|
|
#define DDR_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x00000)
|
|
#define BRIDGE_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x20000)
|
|
|
|
#define DDR_OPERATION_BASE (DDR_PHYS_BASE + 0x1418)
|
|
|
|
#define CPU_CONFIG_PHYS (BRIDGE_PHYS_BASE + 0x0100)
|
|
#define CPU_CONFIG_ERROR_PROP 0x00000004
|
|
|
|
#define CPU_CONTROL_PHYS (BRIDGE_PHYS_BASE + 0x0104)
|
|
#define MEMORY_PM_CTRL_PHYS (BRIDGE_PHYS_BASE + 0x0118)
|