1 2 3 4 5 6 7 8 9 10 11 12
/* SPDX-License-Identifier: BSD-3-Clause */ #ifndef ADDRESSMAP_H #define ADDRESSMAP_H #include <soc/addressmap.h> enum { PWRAP_BASE = IO_PHYS + 0x00026000, }; #endif