mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
15 lines
338 B
Text
15 lines
338 B
Text
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
/*
|
||
|
* QorIQ USB Host device tree stub [ controller @ offset 0x210000 ]
|
||
|
*
|
||
|
* Copyright 2011 Freescale Semiconductor Inc.
|
||
|
*/
|
||
|
|
||
|
usb@210000 {
|
||
|
compatible = "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph";
|
||
|
reg = <0x210000 0x1000>;
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
interrupts = <44 0x2 0 0>;
|
||
|
};
|