8f46bc97a3
Add armv8-r dtsi. Add dts binding yaml file for cortex-R82. Signed-off-by: Jaxson Han <jaxson.han@arm.com>
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
/*
|
|
* 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;
|
|
};
|
|
};
|