]> asedeno.scripts.mit.edu Git - linux.git/blob - include/dt-bindings/bus/moxtet.h
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
[linux.git] / include / dt-bindings / bus / moxtet.h
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 */