blob: 237f49e6076270eea4eafa62b1c238d84d1c420b [file] [log] [blame]
Madalin Bucur31271092020-04-30 16:00:01 +03001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * QorIQ GPIO device tree stub [ controller @ offset 0x131000 ]
4 *
5 * Copyright 2013 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 *
8 */
9
10gpio1: gpio@131000 {
11 compatible = "fsl,qoriq-gpio";
12 reg = <0x131000 0x1000>;
13 interrupts = <54 2 0 0>;
14 #gpio-cells = <2>;
15 gpio-controller;
16};