Commit e22e2263 authored by Wei-Tai Lee's avatar Wei-Tai Lee Committed by Anas Nashif
Browse files

dts: bindings: add andestech,l2c



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

Signed-off-by: default avatarWei-Tai Lee <wtlee@andestech.com>
parent 5db25901
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
#
# 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
+0 −1
Original line number Diff line number Diff line
@@ -205,7 +205,6 @@
		l2_cache: cache-controller@e0500000 {
			compatible = "andestech,l2c";
			reg = <0xe0500000 0x1000>;
			cache-unified;
			status = "disabled";
		};