aarch64/raspberrypi: Add Watchdog Timer driver

This commit is contained in:
Ning Yang
2024-08-07 21:53:36 +08:00
committed by Chris Johns
parent a51b7d4b57
commit 447f767abc
5 changed files with 193 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ links:
uid: objgpio
- role: build-dependency
uid: objspi
- role: build-dependency
uid: objwatchdog
source:
- bsps/aarch64/raspberrypi/console/console.c
- bsps/aarch64/raspberrypi/start/bspstart.c

View File

@@ -0,0 +1,17 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2024 Ning Yang
cppflags: []
cxxflags: []
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/aarch64/raspberrypi/include/bsp/watchdog.h
links: []
source:
- bsps/aarch64/raspberrypi/start/watchdog.c
type: build