qoriq-gpio-2.dtsi 348 B

12345678910111213141516
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ GPIO device tree stub [ controller @ offset 0x132000 ]
  4. *
  5. * Copyright 2013 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. gpio2: gpio@132000 {
  10. compatible = "fsl,qoriq-gpio";
  11. reg = <0x132000 0x1000>;
  12. interrupts = <86 2 0 0>;
  13. #gpio-cells = <2>;
  14. gpio-controller;
  15. };