ts4800.h 217 B

12345678910111213141516
  1. /*
  2. * (C) Copyright 2015 Savoir-faire Linux Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _TS4800_H
  7. #define _TS4800_H
  8. #define TS4800_SYSCON_BASE 0xb0010000
  9. struct ts4800_wtd_regs {
  10. u16 feed;
  11. };
  12. #endif