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:
parent
50df6f3734
commit
051630607b
5 changed files with 0 additions and 155 deletions
|
@ -142,9 +142,6 @@
|
|||
clocks = <&sim KINETIS_SIM_CORESYS_CLK 0x1034 10>;
|
||||
label = "UART_0";
|
||||
|
||||
pinctrl-0 = <&uart0_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -213,26 +210,6 @@
|
|||
compatible = "nxp,kinetis-pinmux";
|
||||
reg = <0x4004a000 0xd0>;
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 10>;
|
||||
uart0_default: uart0_default {
|
||||
rx-tx {
|
||||
pins = <16>, <17>;
|
||||
function = <3>;
|
||||
};
|
||||
};
|
||||
|
||||
uart0_lpm: uart0_lpm {
|
||||
rx-tx {
|
||||
pins = <16>, <17>;
|
||||
function = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
spi0_default: spi0_default {
|
||||
miso-mosi-clk {
|
||||
pins = <10>, <9>;
|
||||
function = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pinmux_c: pinmux@4004b000 {
|
||||
|
@ -306,9 +283,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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue