Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.18-rc2 16 lines 411 B view raw
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 Behún <kabel@kernel.org> 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 */