blob: e266addcb36fb7c6b3525edc41e183b000e06538 [file] [log] [blame]
/*
* 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)>;
};
&gpt2 {
gptfreq = <12500000>;
};
/* RT1015 only has two LPSPI blocks */
/delete-node/ &lpspi3;
/delete-node/ &lpspi4;
/ {
soc {
/* Remove ADC2, it doesn't exist on RT1015 */
/delete-node/ adc@400C8000;
};
};