20 lines
339 B
YAML
20 lines
339 B
YAML
#
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: CPU Base Structure
|
|
|
|
description: >
|
|
This binding gives the base structures for all CPUs
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
clock-frequency:
|
|
type: int
|
|
category: optional
|
|
description: Clock frequency in Hz
|