dts: bindings: add andestech,l2c

To descibe the AndesTech L2 cache. Besides, remove
redundant property in dtsi.

Signed-off-by: Wei-Tai Lee <wtlee@andestech.com>
This commit is contained in:
Wei-Tai Lee 2024-01-31 14:34:26 +08:00 committed by Anas Nashif
parent 5db2590106
commit e22e2263b4
2 changed files with 16 additions and 1 deletions

16
dts/bindings/cache/andestech,l2c.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
#
# Copyright (c) 2024, Andes Technology Corporation.
#
# SPDX-License-Identifier: Apache-2.0
#
description:
This is a representation of AndesTech L2 cache node
compatible: "andestech,l2c"
include: base.yaml
properties:
reg:
required: true

View file

@ -205,7 +205,6 @@
l2_cache: cache-controller@e0500000 {
compatible = "andestech,l2c";
reg = <0xe0500000 0x1000>;
cache-unified;
status = "disabled";
};