drivers: pinctrl: update lpc pin control implementation to use offsets
update pin control implementation to use offsets for pin registers instead of pin/port combination, to permit additional flexibility for lpc devices with non contiguous register layouts. Update LPC55s69 pin control names to align with newly generated pin control header. This change also requires an update to the NXP HAL to use the new pin control headers with offsets. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
26b28b9527
commit
916c059f3d
3 changed files with 10 additions and 11 deletions
|
@ -66,8 +66,8 @@
|
|||
|
||||
pinmux_sctimer_default: pinmux_sctimer_default {
|
||||
group0 {
|
||||
pinmux = <SCT02_PIO0_15>,
|
||||
<SCT00_PIO1_4>;
|
||||
pinmux = <SCT0_OUT2_PIO0_15>,
|
||||
<SCT0_OUT0_PIO1_4>;
|
||||
slew-rate = "standard";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue