We fixed some minor bugs and one missing component for Microchip MEC5 HAL based chips, MEC174x and MEC175x. These changes are in preparation for board check-in and hello world sample. Added the clock-frequency property to the cpu and rtimer nodes. This properity is used derive the Kconfig's for the kernel tick. Signed-off-by: Scott Worley <scott.worley@microchip.com>
27 lines
494 B
YAML
27 lines
494 B
YAML
# Copyright (c) 2019 Microchip Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Microchip XEC RTOS timer
|
|
|
|
compatible: "microchip,xec-rtos-timer"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
girqs:
|
|
type: array
|
|
required: true
|
|
description: Array of GIRQ numbers [8:26] and bit positions [0:31].
|
|
|
|
clock-frequency:
|
|
type: int
|
|
required: true
|
|
const: 32768
|
|
description: RTOS timer runs at fixed 32 KHz.
|