Use pit64b0 as systick, make "kernel sleep/uptime" commands work. Signed-off-by: Tony Han <tony.han@microchip.com>
23 lines
381 B
YAML
23 lines
381 B
YAML
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: |
|
|
Microchip SAM 64-bit Periodic Interval Timer (PIT64B).
|
|
|
|
compatible: "microchip,sam-pit64b"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
clock-frequency:
|
|
type: int
|
|
description: Clock frequency in Hz
|