mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
55168c03a5
Add the QorIQ GPIO device tree nodes description. The device tree fragments are copied over with little modification from the Linux kernel source code. Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
16 lines
348 B
Text
16 lines
348 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* QorIQ GPIO device tree stub [ controller @ offset 0x133000 ]
|
|
*
|
|
* Copyright 2013 Freescale Semiconductor Inc.
|
|
* Copyright 2020 NXP
|
|
*
|
|
*/
|
|
|
|
gpio3: gpio@133000 {
|
|
compatible = "fsl,qoriq-gpio";
|
|
reg = <0x133000 0x1000>;
|
|
interrupts = <87 2 0 0>;
|
|
#gpio-cells = <2>;
|
|
gpio-controller;
|
|
};
|