dts: arm64: ti: Add ti_am6232_a53 support

- Add devicetree for AM6232, the dual core AM62 processor without GPU
- Used in revision A0 of PocketBeagle 2

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
Ayush Singh 2025-04-23 16:15:54 +05:30 committed by Benjamin Cabé
commit fb79cbd917

View file

@ -0,0 +1,21 @@
/*
* Copyright (c) 2023 Enphase Energy
* Copyright (c) 2025 Ayush Singh, BeagleBoard.org Foundation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <arm64/ti/ti_am62x_a53.dtsi>
/ {
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <1>;
};
};
};