Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* Copyright (c) 2016, NVIDIA CORPORATION.
3
-
*
4
-
* SPDX-License-Identifier: GPL-2.0
5
4
*/
6
5
7
6
#include <common.h>
8
7
#include <dm.h>
9
8
#include <reset.h>
10
9
#include <asm/io.h>
11
10
#include <asm/reset.h>
12
11
13
12
struct sandbox_reset_test {
14
13
struct reset_ctl ctl;