summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/smaug/reset.c
blob: 19c4f5a88845b1b3031d9f399ecba3333ac25165 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include <reset.h>

#include "gpio.h"

void do_board_reset(void)
{
	gpio_output(AP_SYS_RESET_L, 0);
}