106551492SRamneek Mehresh/* 206551492SRamneek Mehresh * QorIQ Qonverge USB Host device tree stub [ controller @ offset 0x210000 ] 306551492SRamneek Mehresh * 406551492SRamneek Mehresh * Copyright 2013 Freescale Semiconductor Inc. 506551492SRamneek Mehresh * 606551492SRamneek Mehresh * Redistribution and use in source and binary forms, with or without 706551492SRamneek Mehresh * modification, are permitted provided that the following conditions are met: 806551492SRamneek Mehresh * * Redistributions of source code must retain the above copyright 906551492SRamneek Mehresh * notice, this list of conditions and the following disclaimer. 1006551492SRamneek Mehresh * * Redistributions in binary form must reproduce the above copyright 1106551492SRamneek Mehresh * notice, this list of conditions and the following disclaimer in the 1206551492SRamneek Mehresh * documentation and/or other materials provided with the distribution. 1306551492SRamneek Mehresh * * Neither the name of Freescale Semiconductor nor the 1406551492SRamneek Mehresh * names of its contributors may be used to endorse or promote products 1506551492SRamneek Mehresh * derived from this software without specific prior written permission. 1606551492SRamneek Mehresh * 1706551492SRamneek Mehresh * 1806551492SRamneek Mehresh * ALTERNATIVELY, this software may be distributed under the terms of the 1906551492SRamneek Mehresh * GNU General Public License ("GPL") as published by the Free Software 2006551492SRamneek Mehresh * Foundation, either version 2 of that License or (at your option) any 2106551492SRamneek Mehresh * later version. 2206551492SRamneek Mehresh * 2306551492SRamneek Mehresh * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 2406551492SRamneek Mehresh * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 2506551492SRamneek Mehresh * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 2606551492SRamneek Mehresh * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 2706551492SRamneek Mehresh * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 2806551492SRamneek Mehresh * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 2906551492SRamneek Mehresh * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 3006551492SRamneek Mehresh * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3106551492SRamneek Mehresh * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3206551492SRamneek Mehresh * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3306551492SRamneek Mehresh */ 3406551492SRamneek Mehresh 3506551492SRamneek Mehreshusb@210000 { 3606551492SRamneek Mehresh compatible = "fsl-usb2-dr"; 3706551492SRamneek Mehresh reg = <0x210000 0x1000>; 3806551492SRamneek Mehresh #address-cells = <1>; 3906551492SRamneek Mehresh #size-cells = <0>; 4006551492SRamneek Mehresh interrupts = <44 0x2 0 0>; 4106551492SRamneek Mehresh}; 42