commit | 5184fb925771cc1076ddb1b02bb457e197faa4fb | [log] [tgz] |
---|---|---|
author | TOKITA Hiroshi <tokita.hiroshi@gmail.com> | Mon Nov 18 15:47:05 2024 +0900 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 10 11:20:30 2025 +0100 |
tree | b8772db568161dc8f9011907347af5065bbc537c | |
parent | 47655aa236f3cfb0636063da1d32550d674392dd [diff] |
drivers: gpio: rpi_pico: Add support for RP2350B As the RP2350B has more than 32 GPIO pins, we changed the configuration so that it is split into two ports. To do this, we created a `raspberrypi,pico-gpio-port` node and moved the previous `raspberrypi,pico-gpio-port` functions to it. This became a child node of `raspberrypi,pico-gpio-port`, and `raspberrypi,pico-gpio-port` will remain a gpio mapper. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>