dts: nxp: remove unused pinmux

We've never used the pinctrl from dts so remove it as we hopefully
replace it with something useful.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-11-06 16:21:43 -06:00 committed by Andrew Boie
commit 051630607b
5 changed files with 0 additions and 155 deletions

View file

@ -136,9 +136,6 @@
clocks = <&sim KINETIS_SIM_CORESYS_CLK 0x1034 10>;
label = "UART_0";
pinctrl-0 = <&uart0_default>;
pinctrl-names = "default";
status = "disabled";
};
@ -197,26 +194,12 @@
compatible = "nxp,kinetis-pinmux";
reg = <0x4004c000 0xd0>;
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 12>;
spi0_default: spi0_default {
miso-mosi-clk {
pins = <1>, <2>, <3>;
function = <2>;
};
};
};
pinmux_e: pinmux@4004d000 {
compatible = "nxp,kinetis-pinmux";
reg = <0x4004d000 0xd0>;
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 13>;
uart0_default: uart0_default {
rx-tx {
pins = <0>, <1>;
function = <3>;
};
};
};
gpioa: gpio@400ff000 {
@ -272,9 +255,6 @@
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 12>;
#address-cells = <1>;
#size-cells = <0>;
pinctrl-0 = <&spi0_default>;
pinctrl-names = "default";
};
spi1: spi@4002d000 {