18 lines
223 B
Plaintext
18 lines
223 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2020 Moonkwun Jung
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <st/h7/stm32h7.dtsi>
|
||
|
|
||
|
/ {
|
||
|
cpus {
|
||
|
cpu@1 {
|
||
|
device_type = "cpu";
|
||
|
compatible = "arm,cortex-m4f";
|
||
|
reg = <1>;
|
||
|
};
|
||
|
};
|
||
|
};
|