2020-06-15 15:32:35 +02:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sparx5.dtsi"
|
|
|
|
|
2023-02-21 11:50:37 +01:00
|
|
|
&psci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&cpu0 {
|
|
|
|
enable-method = "spin-table";
|
2025-04-03 21:59:25 -05:00
|
|
|
cpu-release-addr = /bits/ 64 <0>;
|
2023-02-21 11:50:37 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
&cpu1 {
|
|
|
|
enable-method = "spin-table";
|
2025-04-03 21:59:25 -05:00
|
|
|
cpu-release-addr = /bits/ 64 <0>;
|
2023-02-21 11:50:37 +01:00
|
|
|
};
|
|
|
|
|
2020-06-15 15:32:35 +02:00
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2020-06-15 15:32:42 +02:00
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|