mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
15 lines
347 B
Text
15 lines
347 B
Text
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
/*
|
||
|
* QorIQ QMan rev3 device tree stub [ controller @ offset 0x318000 ]
|
||
|
*
|
||
|
* Copyright 2014 Freescale Semiconductor Inc.
|
||
|
*/
|
||
|
|
||
|
qman: qman@318000 {
|
||
|
compatible = "fsl,qman";
|
||
|
reg = <0x318000 0x2000>;
|
||
|
interrupts = <16 2 1 3>;
|
||
|
fsl,qman-portals = <&qportals>;
|
||
|
memory-region = <&qman_fqd &qman_pfdr>;
|
||
|
};
|