/* * Copyright (c) 2015 Stefan Kristiansson * * Use of this source code is governed by a MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT */ #pragma once #include /* timer */ #define TIMER_CLOCK_FREQ 50000000 /* uart */ #define UART1_BASE 0x90000000 #define UART1_CLOCK_FREQ 50000000 /* interrupts */ #define MAX_INT 32