cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

moxtet.h (411B)


      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 */