1 NXP LPC18xx/43xx SCU pin controller Device Tree Bindings
2 --------------------------------------------------------
5 - compatible : Should be "nxp,lpc1850-scu"
6 - reg : Address and length of the register set for the device
7 - clocks : Clock specifier (see clock bindings for details)
9 The lpc1850-scu driver uses the generic pin multiplexing and generic pin
10 configuration documented in pinctrl-bindings.txt.
12 The following generic nodes are supported:
21 - input-schmitt-enable
22 - input-schmitt-disable
25 Not all pins support all properties so either refer to the NXP 1850/4350
26 user manual or the pin table in the pinctrl-lpc18xx driver for supported
30 pinctrl: pinctrl@40086000 {
31 compatible = "nxp,lpc1850-scu";
32 reg = <0x40086000 0x1000>;
33 clocks = <&ccu1 CLK_CPU_SCU>;
35 i2c0_pins: i2c0-pins {
37 pins = "i2c0_scl", "i2c0_sda";
43 uart0_pins: uart0-pins {