On Wed, 26 Feb 2025 08:41:17 +0800, Yixun Lan wrote: > The GPIO controller of K1 support basic functions as input/output, > all pins can be used as interrupt which route to one IRQ line, > trigger type can be select between rising edge, falling edge, or both. > There are four GPIO banks, each consisting of 32 pins. > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Signed-off-by: Yixun Lan <dlan@xxxxxxxxxx> > --- > .../devicetree/bindings/gpio/spacemit,k1-gpio.yaml | 79 ++++++++++++++++++++++ > 1 file changed, 79 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>