···11+/*22+ * PQ3 RIO Message Unit device tree stub [ controller @ offset 0xd3000 ]33+ *44+ * Copyright 2011 Freescale Semiconductor Inc.55+ *66+ * Redistribution and use in source and binary forms, with or without77+ * modification, are permitted provided that the following conditions are met:88+ * * Redistributions of source code must retain the above copyright99+ * notice, this list of conditions and the following disclaimer.1010+ * * Redistributions in binary form must reproduce the above copyright1111+ * notice, this list of conditions and the following disclaimer in the1212+ * documentation and/or other materials provided with the distribution.1313+ * * Neither the name of Freescale Semiconductor nor the1414+ * names of its contributors may be used to endorse or promote products1515+ * derived from this software without specific prior written permission.1616+ *1717+ *1818+ * ALTERNATIVELY, this software may be distributed under the terms of the1919+ * GNU General Public License ("GPL") as published by the Free Software2020+ * Foundation, either version 2 of that License or (at your option) any2121+ * later version.2222+ *2323+ * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY2424+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED2525+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE2626+ * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY2727+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES2828+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;2929+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND3030+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT3131+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS3232+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.3333+ */3434+3535+rmu: rmu@d3000 {3636+ #address-cells = <1>;3737+ #size-cells = <1>;3838+ compatible = "fsl,srio-rmu";3939+ reg = <0xd3000 0x500>;4040+ ranges = <0x0 0xd3000 0x500>;4141+4242+ message-unit@0 {4343+ compatible = "fsl,srio-msg-unit";4444+ reg = <0x0 0x100>;4545+ interrupts = <4646+ 53 2 0 0 /* msg1_tx_irq */4747+ 54 2 0 0>;/* msg1_rx_irq */4848+ };4949+ message-unit@100 {5050+ compatible = "fsl,srio-msg-unit";5151+ reg = <0x100 0x100>;5252+ interrupts = <5353+ 55 2 0 0 /* msg2_tx_irq */5454+ 56 2 0 0>;/* msg2_rx_irq */5555+ };5656+ doorbell-unit@400 {5757+ compatible = "fsl,srio-dbell-unit";5858+ reg = <0x400 0x80>;5959+ interrupts = <6060+ 49 2 0 0 /* bell_outb_irq */6161+ 50 2 0 0>;/* bell_inb_irq */6262+ };6363+ port-write-unit@4e0 {6464+ compatible = "fsl,srio-port-write-unit";6565+ reg = <0x4e0 0x20>;6666+ interrupts = <48 2 0 0>;6767+ };6868+};