dalzentwo_buttons_on_io_expander.dtsi 423 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (c) 2023 Nordic Semiconductor ASA
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. &pcal6408a {
  7. status = "okay";
  8. };
  9. &button0 {
  10. gpios = <&pcal6408a 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
  11. };
  12. &button1 {
  13. gpios = <&pcal6408a 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
  14. };
  15. &button2 {
  16. gpios = <&pcal6408a 2 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
  17. };
  18. &button3 {
  19. gpios = <&pcal6408a 3 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
  20. };