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:
parent
5db2590106
commit
e22e2263b4
2 changed files with 16 additions and 1 deletions
16
dts/bindings/cache/andestech,l2c.yaml
vendored
Normal file
16
dts/bindings/cache/andestech,l2c.yaml
vendored
Normal 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
|
|
@ -205,7 +205,6 @@
|
||||||
l2_cache: cache-controller@e0500000 {
|
l2_cache: cache-controller@e0500000 {
|
||||||
compatible = "andestech,l2c";
|
compatible = "andestech,l2c";
|
||||||
reg = <0xe0500000 0x1000>;
|
reg = <0xe0500000 0x1000>;
|
||||||
cache-unified;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue