| commit | 95f866ef1529323c71cf1926783f7dcba98c5ff1 | [log] [tgz] |
|---|---|---|
| author | Kumar Gala <kumar.gala@linaro.org> | Thu Apr 01 10:48:18 2021 -0500 |
| committer | Maureen Helm <maureen.helm@nxp.com> | Thu Apr 08 17:08:33 2021 -0500 |
| tree | 06b45888bf5f8f6f3ca67299e576ba7ad71489b2 | |
| parent | bbad5f7d47aea0a1a82e4df751d24e8a72366097 [diff] |
dts: bindings: nxp,kinetis-pinmux: Update binding for pin data
Update the binding for how we represent pin data to support child
nodes with a nxp,kinetis-pins property that has the pin data.
For example:
UART0_CTS_PTA0: uart0_cts_pta0 {
nxp,kinetis-port-pins = < 0 2 >;
};
Also pull in pincfg-node.yaml to get various common pin flags like
"bias-pull-up", "drive-open-drain", etc.
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>