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:
parent
cb867a8afb
commit
fb79cbd917
1 changed files with 21 additions and 0 deletions
21
dts/arm64/ti/ti_am6232_a53.dtsi
Normal file
21
dts/arm64/ti/ti_am6232_a53.dtsi
Normal 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>;
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue