blob: 0f92f08c71bc9398bb827a3f1371b14e2db6ef24 [file] [log] [blame]
David Brazdil3d7b88b2019-07-22 17:19:35 +01001# Copyright 2019 The Hafnium Authors.
2#
Andrew Walbran23417d82020-06-17 14:44:22 +01003# 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 Brazdil3d7b88b2019-07-22 17:19:35 +01006
7declare_args() {
8 gpio_base_address = 0
9 aux_base_address = 0
10 core_freq_mhz = 0
11 baudrate = 115200 # standard value
12}