dts: Move dts files into board dirs
Move the dts files into the board dir so that board ports can be more standalone. This will allow us at some point to have board ports outside of the tree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
09c63b373a
commit
ef912810d3
63 changed files with 1 additions and 1 deletions
34
boards/arm/frdm_kl25z/frdm_kl25z.dts
Normal file
34
boards/arm/frdm_kl25z/frdm_kl25z.dts
Normal file
|
@ -0,0 +1,34 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include <nxp/nxp_kl25z.dtsi>
|
||||
|
||||
/ {
|
||||
model = "NXP Freedom KL25Z board";
|
||||
compatible = "nxp,frdm-kl25z", "nxp,kl25z", "nxp,mkl25z4";
|
||||
|
||||
aliases {
|
||||
adc_0 = &adc0;
|
||||
uart_0 = &uart0;
|
||||
i2c_0 = &i2c0;
|
||||
i2c_1 = &i2c1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,console = &uart0;
|
||||
};
|
||||
};
|
||||
|
||||
&adc0 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "ok";
|
||||
current-speed = <115200>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue