From 0cecb2c9af79329553f400b24c19f71754e2f9f6 Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Wed, 25 Sep 2024 12:26:21 +0800 Subject: [PATCH] dts: add andestech,nceplic100 binding Add a new `andestech,nceplic100` binding that inherits from the `sifive,plic-1.0.0` binding. This is so that the Kconfig `DT_HAS_ANDESTECH_NCEPLIC100_ENABLED` would be generated during build. Signed-off-by: Yong Cong Sin Signed-off-by: Yong Cong Sin --- .../interrupt-controller/andestech,nceplic100.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dts/bindings/interrupt-controller/andestech,nceplic100.yaml diff --git a/dts/bindings/interrupt-controller/andestech,nceplic100.yaml b/dts/bindings/interrupt-controller/andestech,nceplic100.yaml new file mode 100644 index 00000000000..6ffe493fee2 --- /dev/null +++ b/dts/bindings/interrupt-controller/andestech,nceplic100.yaml @@ -0,0 +1,11 @@ +# +# Copyright (c) 2024 Meta Platforms +# +# SPDX-License-Identifier: Apache-2.0 +# + +description: Andes Platform-Level Interrupt Controller (NCEPLIC100) + +compatible: "andestech,nceplic100" + +include: sifive,plic-1.0.0.yaml