2017-04-07 01:39:17 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include <nxp/nxp_kw40z.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Hexiwear KW40 board";
|
|
|
|
compatible = "nxp,kw40z", "nxp,mkw40z4";
|
|
|
|
|
|
|
|
aliases {
|
2018-04-11 00:56:14 +08:00
|
|
|
adc-0 = &adc0;
|
|
|
|
lpuart-0 = &lpuart0;
|
|
|
|
pinmux-a = &pinmux_a;
|
|
|
|
pinmux-b = &pinmux_b;
|
|
|
|
pinmux-c = &pinmux_c;
|
|
|
|
gpio-a = &gpioa;
|
|
|
|
gpio-b = &gpiob;
|
|
|
|
gpio-c = &gpioc;
|
|
|
|
i2c-0 = &i2c0;
|
|
|
|
i2c-1 = &i2c1;
|
2017-04-07 01:39:17 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,sram = &sram0;
|
|
|
|
zephyr,flash = &flash0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2017-07-12 09:49:08 +08:00
|
|
|
&adc0 {
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
2017-07-26 05:30:31 +08:00
|
|
|
&i2c1 {
|
2017-07-11 23:38:09 +08:00
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
2017-04-07 01:39:17 +08:00
|
|
|
&lpuart0 {
|
|
|
|
status = "ok";
|
2017-04-20 23:10:10 +08:00
|
|
|
current-speed = <115200>;
|
2017-04-07 01:39:17 +08:00
|
|
|
};
|