diff --git a/dts/arm/st/h7/stm32h7.dtsi b/dts/arm/st/h7/stm32h7.dtsi index b45e3565476..8e1ee7b2d09 100644 --- a/dts/arm/st/h7/stm32h7.dtsi +++ b/dts/arm/st/h7/stm32h7.dtsi @@ -27,11 +27,6 @@ arm,num-mpu-regions = <8>; }; }; - cpu@1 { - device_type = "cpu"; - compatible = "arm,cortex-m4f"; - reg = <1>; - }; }; soc { diff --git a/dts/arm/st/h7/stm32h747.dtsi b/dts/arm/st/h7/stm32h747.dtsi index 4343a0cfc2c..1522c532806 100644 --- a/dts/arm/st/h7/stm32h747.dtsi +++ b/dts/arm/st/h7/stm32h747.dtsi @@ -4,4 +4,4 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include diff --git a/dts/arm/st/h7/stm32h7_dualcore.dtsi b/dts/arm/st/h7/stm32h7_dualcore.dtsi new file mode 100644 index 00000000000..4a2bdb602ff --- /dev/null +++ b/dts/arm/st/h7/stm32h7_dualcore.dtsi @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2020 Moonkwun Jung + * + * SPDX-License-Identifier: Apache-2.0 + */ + +#include + +/ { + cpus { + cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-m4f"; + reg = <1>; + }; + }; +};