···11+/*22+ * C293 Silicon/SoC Device Tree Source (post include)33+ *44+ * Copyright 2012 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+&ifc {3636+ #address-cells = <2>;3737+ #size-cells = <1>;3838+ compatible = "fsl,ifc", "simple-bus";3939+ interrupts = <19 2 0 0>;4040+};4141+4242+/* controller at 0xa000 */4343+&pci0 {4444+ compatible = "fsl,qoriq-pcie-v2.2", "fsl,qoriq-pcie";4545+ device_type = "pci";4646+ #size-cells = <2>;4747+ #address-cells = <3>;4848+ bus-range = <0 255>;4949+ clock-frequency = <33333333>;5050+ interrupts = <16 2 0 0>;5151+5252+ pcie@0 {5353+ reg = <0 0 0 0 0>;5454+ #interrupt-cells = <1>;5555+ #size-cells = <2>;5656+ #address-cells = <3>;5757+ device_type = "pci";5858+ interrupts = <16 2 0 0>;5959+ interrupt-map-mask = <0xf800 0 0 7>;6060+ interrupt-map = <6161+ /* IDSEL 0x0 */6262+ 0000 0x0 0x0 0x1 &mpic 0x0 0x1 0x0 0x06363+ 0000 0x0 0x0 0x2 &mpic 0x1 0x1 0x0 0x06464+ 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x06565+ 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x06666+ >;6767+ };6868+};6969+7070+&soc {7171+ #address-cells = <1>;7272+ #size-cells = <1>;7373+ device_type = "soc";7474+ compatible = "simple-bus";7575+ bus-frequency = <0>; // Filled out by uboot.7676+7777+ ecm-law@0 {7878+ compatible = "fsl,ecm-law";7979+ reg = <0x0 0x1000>;8080+ fsl,num-laws = <12>;8181+ };8282+8383+ ecm@1000 {8484+ compatible = "fsl,c293-ecm", "fsl,ecm";8585+ reg = <0x1000 0x1000>;8686+ interrupts = <16 2 0 0>;8787+ };8888+8989+ memory-controller@2000 {9090+ compatible = "fsl,c293-memory-controller";9191+ reg = <0x2000 0x1000>;9292+ interrupts = <16 2 0 0>;9393+ };9494+9595+/include/ "pq3-i2c-0.dtsi"9696+/include/ "pq3-i2c-1.dtsi"9797+/include/ "pq3-duart-0.dtsi"9898+/include/ "pq3-espi-0.dtsi"9999+ spi0: spi@7000 {100100+ fsl,espi-num-chipselects = <1>;101101+ };102102+103103+/include/ "pq3-gpio-0.dtsi"104104+ L2: l2-cache-controller@20000 {105105+ compatible = "fsl,c293-l2-cache-controller";106106+ reg = <0x20000 0x1000>;107107+ cache-line-size = <32>; // 32 bytes108108+ cache-size = <0x80000>; // L2,512K109109+ interrupts = <16 2 0 0>;110110+ };111111+112112+/include/ "pq3-dma-0.dtsi"113113+/include/ "pq3-esdhc-0.dtsi"114114+ sdhc@2e000 {115115+ compatible = "fsl,c293-esdhc", "fsl,esdhc";116116+ sdhci,auto-cmd12;117117+ };118118+119119+ crypto@80000 {120120+/include/ "qoriq-sec6.0-0.dtsi"121121+ };122122+123123+ crypto@80000 {124124+ reg = <0x80000 0x20000>;125125+ ranges = <0x0 0x80000 0x20000>;126126+127127+ jr@1000{128128+ interrupts = <45 2 0 0>;129129+ };130130+ jr@2000{131131+ interrupts = <57 2 0 0>;132132+ };133133+ };134134+135135+ crypto@a0000 {136136+/include/ "qoriq-sec6.0-0.dtsi"137137+ };138138+139139+ crypto@a0000 {140140+ reg = <0xa0000 0x20000>;141141+ ranges = <0x0 0xa0000 0x20000>;142142+143143+ jr@1000{144144+ interrupts = <49 2 0 0>;145145+ };146146+ jr@2000{147147+ interrupts = <50 2 0 0>;148148+ };149149+ };150150+151151+ crypto@c0000 {152152+/include/ "qoriq-sec6.0-0.dtsi"153153+ };154154+155155+ crypto@c0000 {156156+ reg = <0xc0000 0x20000>;157157+ ranges = <0x0 0xc0000 0x20000>;158158+159159+ jr@1000{160160+ interrupts = <55 2 0 0>;161161+ };162162+ jr@2000{163163+ interrupts = <56 2 0 0>;164164+ };165165+ };166166+167167+/include/ "pq3-mpic.dtsi"168168+/include/ "pq3-mpic-timer-B.dtsi"169169+170170+/include/ "pq3-etsec2-0.dtsi"171171+ enet0: ethernet@b0000 {172172+ queue-group@b0000 {173173+ reg = <0x10000 0x1000>;174174+ fsl,rx-bit-map = <0xff>;175175+ fsl,tx-bit-map = <0xff>;176176+ };177177+ };178178+179179+/include/ "pq3-etsec2-1.dtsi"180180+ enet1: ethernet@b1000 {181181+ queue-group@b1000 {182182+ reg = <0x11000 0x1000>;183183+ fsl,rx-bit-map = <0xff>;184184+ fsl,tx-bit-map = <0xff>;185185+ };186186+ };187187+188188+ global-utilities@e0000 {189189+ compatible = "fsl,c293-guts";190190+ reg = <0xe0000 0x1000>;191191+ fsl,has-rstcr;192192+ };193193+};
+63
arch/powerpc/boot/dts/fsl/c293si-pre.dtsi
···11+/*22+ * C293 Silicon/SoC Device Tree Source (pre include)33+ *44+ * Copyright 2012 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+/dts-v1/;3636+3737+/include/ "e500v2_power_isa.dtsi"3838+3939+/ {4040+ compatible = "fsl,C293";4141+ #address-cells = <2>;4242+ #size-cells = <2>;4343+ interrupt-parent = <&mpic>;4444+4545+ aliases {4646+ serial0 = &serial0;4747+ serial1 = &serial1;4848+ ethernet0 = &enet0;4949+ ethernet1 = &enet1;5050+ pci0 = &pci0;5151+ };5252+5353+ cpus {5454+ #address-cells = <1>;5555+ #size-cells = <0>;5656+5757+ PowerPC,e500v2@0 {5858+ device_type = "cpu";5959+ reg = <0x0>;6060+ next-level-cache = <&L2>;6161+ };6262+ };6363+};