32 lines
365 B
Plaintext
32 lines
365 B
Plaintext
/*
|
|
* Copyright (c) 2019, Linaro
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <nxp/nxp_rt.dtsi>
|
|
|
|
&sysclk {
|
|
clock-frequency = <500000000>;
|
|
};
|
|
|
|
&itcm {
|
|
reg = <0x00000000 DT_SIZE_K(32)>;
|
|
};
|
|
|
|
&dtcm {
|
|
reg = <0x20000000 DT_SIZE_K(32)>;
|
|
};
|
|
|
|
&ocram {
|
|
reg = <0x20200000 DT_SIZE_K(64)>;
|
|
};
|
|
|
|
&gpt1 {
|
|
gptfreq = <12500000>;
|
|
};
|
|
|
|
&gpt2 {
|
|
gptfreq = <12500000>;
|
|
};
|