dts: arm64: Add dtsi and dts binding for cortex-R82
Add armv8-r dtsi. Add dts binding yaml file for cortex-R82. Signed-off-by: Jaxson Han <jaxson.han@arm.com>
This commit is contained in:
parent
ade060ed1f
commit
8f46bc97a3
@ -332,6 +332,7 @@
|
||||
/dts/arm/cypress/ @nandojve
|
||||
/dts/arm/infineon/ @parthitce
|
||||
/dts/arm64/ @carlocaione
|
||||
/dts/arm64/armv8-r.dtsi @povergoing
|
||||
/dts/arm/quicklogic/ @wtatarski @kowalewskijan @kgugala
|
||||
/dts/arm/st/ @erwango
|
||||
/dts/arm/ti/cc13?2* @bwitherspoon
|
||||
|
||||
15
dts/arm64/armv8-r.dtsi
Normal file
15
dts/arm64/armv8-r.dtsi
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "skeleton.dtsi"
|
||||
|
||||
/ {
|
||||
soc {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
ranges;
|
||||
};
|
||||
};
|
||||
9
dts/bindings/cpu/arm,cortex-r82.yaml
Normal file
9
dts/bindings/cpu/arm,cortex-r82.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: >
|
||||
This is a representation of ARM Cortex-R82 CPU.
|
||||
|
||||
compatible: "arm,cortex-r82"
|
||||
|
||||
include: cpu.yaml
|
||||
Loading…
Reference in New Issue
Block a user