From a7f1e1c399a265aa695c25cd1ae73f2fe7929759 Mon Sep 17 00:00:00 2001 From: Arnaud Mouiche Date: Wed, 1 Jul 2020 17:56:38 +0200 Subject: [PATCH] dts: bindings: Add bindings for ARM M33F compatible = "arm,cortex-m33f" was already used for some time (lpc55S6x, nrf9160...) without any related bindings. Every works fine until you need to access one CPU node property (eg. clock-frequency)... Signed-off-by: Arnaud Mouiche --- dts/bindings/cpu/arm,cortex-m33f.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dts/bindings/cpu/arm,cortex-m33f.yaml diff --git a/dts/bindings/cpu/arm,cortex-m33f.yaml b/dts/bindings/cpu/arm,cortex-m33f.yaml new file mode 100644 index 00000000000..571c97ae29f --- /dev/null +++ b/dts/bindings/cpu/arm,cortex-m33f.yaml @@ -0,0 +1,8 @@ +# Copyright (c) 2020 Nordic Semiconductor ASA +# SPDX-License-Identifier: Apache-2.0 + +description: ARM Cortex-M33F CPU + +compatible: "arm,cortex-m33f" + +include: cpu.yaml