xref: /kernel/linux/linux-5.10/arch/arm/mach-mvebu/kirkwood.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/mach-mvebu/
18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * arch/arm/mach-mvebu/kirkwood.h
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Generic definitions for Marvell Kirkwood SoC flavors:
58c2ecf20Sopenharmony_ci * 88F6180, 88F6192 and 88F6281.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * This file is licensed under the terms of the GNU General Public
88c2ecf20Sopenharmony_ci * License version 2.  This program is licensed "as is" without any
98c2ecf20Sopenharmony_ci * warranty of any kind, whether express or implied.
108c2ecf20Sopenharmony_ci */
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#define KIRKWOOD_REGS_PHYS_BASE	0xf1000000
138c2ecf20Sopenharmony_ci#define DDR_PHYS_BASE           (KIRKWOOD_REGS_PHYS_BASE + 0x00000)
148c2ecf20Sopenharmony_ci#define BRIDGE_PHYS_BASE	(KIRKWOOD_REGS_PHYS_BASE + 0x20000)
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#define DDR_OPERATION_BASE	(DDR_PHYS_BASE + 0x1418)
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#define CPU_CONFIG_PHYS		(BRIDGE_PHYS_BASE + 0x0100)
198c2ecf20Sopenharmony_ci#define CPU_CONFIG_ERROR_PROP	0x00000004
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci#define CPU_CONTROL_PHYS	(BRIDGE_PHYS_BASE + 0x0104)
228c2ecf20Sopenharmony_ci#define MEMORY_PM_CTRL_PHYS	(BRIDGE_PHYS_BASE + 0x0118)
23

Indexes created Thu Nov 07 10:32:03 CST 2024