mach-gt64120.h 330 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2006 Yoichi Yuasa <[email protected]>
  4. */
  5. #ifndef _COBALT_MACH_GT64120_H
  6. #define _COBALT_MACH_GT64120_H
  7. /*
  8. * Cobalt uses GT64111. GT64111 is almost the same as GT64120.
  9. */
  10. #define GT64120_BASE CKSEG1ADDR(GT_DEF_BASE)
  11. #endif /* _COBALT_MACH_GT64120_H */