18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Constant for device tree bindings for Turris Mox module configuration bus 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2019 Marek Behun <marek.behun@nic.cz> 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_BUS_MOXTET_H 98c2ecf20Sopenharmony_ci#define _DT_BINDINGS_BUS_MOXTET_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define MOXTET_IRQ_PCI 0 128c2ecf20Sopenharmony_ci#define MOXTET_IRQ_USB3 4 138c2ecf20Sopenharmony_ci#define MOXTET_IRQ_PERIDOT(n) (8 + (n)) 148c2ecf20Sopenharmony_ci#define MOXTET_IRQ_TOPAZ 12 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_BUS_MOXTET_H */ 17