18 lines
299 B
YAML
18 lines
299 B
YAML
|
#
|
||
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
title: ARM Cortex-M33 CPU
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation for ARM Cortex-M33 CPU.
|
||
|
|
||
|
inherits:
|
||
|
!include cpu.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "arm,cortex-m33"
|