~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: ee135c67ca20f112288d909cfb25995a46ed983f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * QorIQ USB DR device tree stub [ controller @ offset 0x211000 ]
 *
 * Copyright 2011 Freescale Semiconductor Inc.
 */

usb@211000 {
	compatible = "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr";
	reg = <0x211000 0x1000>;
	#address-cells = <1>;
	#size-cells = <0>;
	interrupts = <45 0x2 0 0>;
};