On Tue, 11 Feb 2025 13:17:53 +0800, Inochi Amaoto wrote: > SG2042 introduces a simple pinctrl device for all configurable pins. > For the SG2042 pinctl register file, each register (32 bits) is > responsible for two pins, each occupying the upper 16 bits and lower > 16 bits of the register. It supports setting pull up/down, drive > strength and input schmitt trigger. > > Add support for SG2042 pinctrl device. > > Signed-off-by: Inochi Amaoto <inochiama@xxxxxxxxx> > --- > .../pinctrl/sophgo,sg2042-pinctrl.yaml | 129 ++++++++++ > include/dt-bindings/pinctrl/pinctrl-sg2042.h | 196 ++++++++++++++++ > include/dt-bindings/pinctrl/pinctrl-sg2044.h | 221 ++++++++++++++++++ > 3 files changed, 546 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/sophgo,sg2042-pinctrl.yaml > create mode 100644 include/dt-bindings/pinctrl/pinctrl-sg2042.h > create mode 100644 include/dt-bindings/pinctrl/pinctrl-sg2044.h > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>