blob: e52a2f497b6cb2dc53e49951af99e1c660956337 [file] [log] [blame]
Marc Bonnicid6a274d2020-09-29 15:36:31 +01001# Copyright 2020 The Hafnium Authors.
David Brazdil3d7b88b2019-07-22 17:19:35 +01002#
Marc Bonnicid6a274d2020-09-29 15:36:31 +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}