Skip to content

Commit fb79cbd

Browse files
Ayush1325kartben
authored andcommitted
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 <[email protected]>
1 parent cb867a8 commit fb79cbd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dts/arm64/ti/ti_am6232_a53.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2023 Enphase Energy
3+
* Copyright (c) 2025 Ayush Singh, BeagleBoard.org Foundation
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
#include <arm64/ti/ti_am62x_a53.dtsi>
9+
10+
/ {
11+
cpus {
12+
#address-cells = <1>;
13+
#size-cells = <0>;
14+
15+
cpu@1 {
16+
device_type = "cpu";
17+
compatible = "arm,cortex-a53";
18+
reg = <1>;
19+
};
20+
};
21+
};

0 commit comments

Comments
 (0)