/* SPDX-License-Identifier: GPL-2.0-only */1/*2* arch/arm/mach-mvebu/kirkwood.h3*4* Generic definitions for Marvell Kirkwood SoC flavors:5* 88F6180, 88F6192 and 88F6281.6*/78#define KIRKWOOD_REGS_PHYS_BASE 0xf10000009#define DDR_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x00000)10#define BRIDGE_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x20000)1112#define DDR_OPERATION_BASE (DDR_PHYS_BASE + 0x1418)1314#define CPU_CONFIG_PHYS (BRIDGE_PHYS_BASE + 0x0100)15#define CPU_CONFIG_ERROR_PROP 0x000000041617#define CPU_CONTROL_PHYS (BRIDGE_PHYS_BASE + 0x0104)18#define MEMORY_PM_CTRL_PHYS (BRIDGE_PHYS_BASE + 0x0118)192021