diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-08 08:51:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-08 08:51:59 -0400 |
commit | 08649c3d50b1ca014a9e0bf87c724f99f88a20ce (patch) | |
tree | 55a144349e0fcd807f94f44594623c8c890ae6cb /arch/powerpc/dts/qoriq-gpio-2.dtsi | |
parent | 325b83e04072e22c19d6395f69264bf6bf800146 (diff) | |
parent | 164a5af43635c63ea2459d4c87a1a4b16acd689a (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
- DM_ETH support for P2041RDB, T1024RDB, P5040DS, P3041DS, P4080DS, bug
fixes
- Add TBI PHY access through MII
- DDR: Rework errata workaround for A008109, A008378, 009942
Diffstat (limited to 'arch/powerpc/dts/qoriq-gpio-2.dtsi')
-rw-r--r-- | arch/powerpc/dts/qoriq-gpio-2.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/dts/qoriq-gpio-2.dtsi b/arch/powerpc/dts/qoriq-gpio-2.dtsi new file mode 100644 index 0000000000..d3ee2aed61 --- /dev/null +++ b/arch/powerpc/dts/qoriq-gpio-2.dtsi @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) +/* + * QorIQ GPIO device tree stub [ controller @ offset 0x132000 ] + * + * Copyright 2013 Freescale Semiconductor Inc. + * Copyright 2020 NXP + * + */ + +gpio2: gpio@132000 { + compatible = "fsl,qoriq-gpio"; + reg = <0x132000 0x1000>; + interrupts = <86 2 0 0>; + #gpio-cells = <2>; + gpio-controller; +}; |