Browse Source
The TI AM64 SoC contains two dual-core R5F clusters. Add support for all four of these cores here. Signed-off-by: Andrew Davis <afd@ti.com>pull/91916/merge
7 changed files with 76 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2025 Texas Instruments Incorporated |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
#include <ti/am64x_r5.dtsi> |
||||||
|
|
||||||
|
&mbox2 { |
||||||
|
usr-id = <0>; |
||||||
|
status = "okay"; |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2025 Texas Instruments Incorporated |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
#include <ti/am64x_r5.dtsi> |
||||||
|
|
||||||
|
&mbox2 { |
||||||
|
usr-id = <1>; |
||||||
|
status = "okay"; |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2025 Texas Instruments Incorporated |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
#include <ti/am64x_r5.dtsi> |
||||||
|
|
||||||
|
&mbox4 { |
||||||
|
usr-id = <0>; |
||||||
|
status = "okay"; |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
/* |
||||||
|
* Copyright (c) 2025 Texas Instruments Incorporated |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: Apache-2.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
#include <ti/am64x_r5.dtsi> |
||||||
|
|
||||||
|
&mbox4 { |
||||||
|
usr-id = <1>; |
||||||
|
status = "okay"; |
||||||
|
}; |
Loading…
Reference in new issue