Marc Bonnici | d6a274d | 2020-09-29 15:36:31 +0100 | [diff] [blame] | 1 | # Copyright 2020 The Hafnium Authors. |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 2 | # |
Marc Bonnici | d6a274d | 2020-09-29 15:36:31 +0100 | [diff] [blame] | 3 | # Use of this source code is governed by a BSD-style |
| 4 | # license that can be found in the LICENSE file or at |
| 5 | # https://opensource.org/licenses/BSD-3-Clause. |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 6 | |
| 7 | declare_args() { |
| 8 | gpio_base_address = 0 |
| 9 | aux_base_address = 0 |
| 10 | core_freq_mhz = 0 |
| 11 | baudrate = 115200 # standard value |
| 12 | } |