David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 1 | # Copyright 2019 The Hafnium Authors. |
2 | # | ||||
Andrew Walbran | 23417d8 | 2020-06-17 14:44:22 +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 | } |