2668d731df
Introduce base dtsi for ARMv8-R AArch32 based SoCs. Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
17 lines
200 B
Plaintext
17 lines
200 B
Plaintext
/*
|
|
* Copyright 2022 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "skeleton.dtsi"
|
|
|
|
/ {
|
|
soc {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "simple-bus";
|
|
ranges;
|
|
};
|
|
};
|