zephyr/soc/qemu/malta/soc.h
Jamie McCrae f903052f42 soc: Move non-grouped qemu boards into qemu folder
For the 2 SoCs without a vendor, put them into a generic qemu
folder

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-22 00:56:51 +01:00

13 lines
281 B
C

/*
* Copyright (c) 2020, 2021 Antony Pavlov <antonynpavlov@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __QEMU_MALTA_SOC_H__
#define __QEMU_MALTA_SOC_H__
#define MIPS_MACHINE_TIMER_IRQ 7 /* Machine Timer Interrupt */
#endif /* __QEMU_MALTA_SOC_H__ */