boards: usb_kw24d512: Remove unconnected devices

The devicetree enables i2c0 and ftm1 but these devices are connected to
anything on the board so they shouldn't be enabled.  Remove them from
being enabled by the board devicetree.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-05-03 14:57:56 -05:00 committed by Kumar Gala
commit f05a380f9e

View file

@ -56,16 +56,6 @@
status = "okay";
};
&i2c0 {
status = "okay";
};
&ftm1 {
status = "okay";
compatible = "nxp,kinetis-ftm-pwm";
#pwm-cells = <3>;
};
&uart0 {
status = "okay";
current-speed = <115200>;