root/include/dt-bindings/bus/moxtet.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * Constant for device tree bindings for Turris Mox module configuration bus
   4  *
   5  * Copyright (C) 2019 Marek Behun <marek.behun@nic.cz>
   6  */
   7 
   8 #ifndef _DT_BINDINGS_BUS_MOXTET_H
   9 #define _DT_BINDINGS_BUS_MOXTET_H
  10 
  11 #define MOXTET_IRQ_PCI          0
  12 #define MOXTET_IRQ_USB3         4
  13 #define MOXTET_IRQ_PERIDOT(n)   (8 + (n))
  14 #define MOXTET_IRQ_TOPAZ        12
  15 
  16 #endif /* _DT_BINDINGS_BUS_MOXTET_H */

/* [<][>][^][v][top][bottom][index][help] */