1 /* 2 * B4420 Silicon/SoC Device Tree Source (post 3 * 4 * Copyright 2012 Freescale Semiconductor, Inc 5 * 6 * Redistribution and use in source and binary 7 * modification, are permitted provided that t 8 * * Redistributions of source code must r 9 * notice, this list of conditions and t 10 * * Redistributions in binary form must r 11 * notice, this list of conditions and t 12 * documentation and/or other materials 13 * * Neither the name of Freescale Semicon 14 * names of its contributors may be used 15 * derived from this software without sp 16 * 17 * 18 * ALTERNATIVELY, this software may be distrib 19 * GNU General Public License ("GPL") as publi 20 * Foundation, either version 2 of that Licens 21 * later version. 22 * 23 * This software is provided by Freescale Semi 24 * express or implied warranties, including, b 25 * warranties of merchantability and fitness f 26 * disclaimed. In no event shall Freescale Sem 27 * direct, indirect, incidental, special, exem 28 * (including, but not limited to, procurement 29 * loss of use, data, or profits; or business 30 * on any theory of liability, whether in cont 31 * (including negligence or otherwise) arising 32 * this software, even if advised of the possi 33 */ 34 35 /include/ "b4si-post.dtsi" 36 37 /* controller at 0x200000 */ 38 &pci0 { 39 compatible = "fsl,b4420-pcie", "fsl,qo 40 }; 41 42 &dcsr { 43 dcsr-epu@0 { 44 compatible = "fsl,b4420-dcsr-e 45 }; 46 dcsr-npc { 47 compatible = "fsl,b4420-dcsr-c 48 }; 49 dcsr-dpaa@9000 { 50 compatible = "fsl,b4420-dcsr-d 51 }; 52 dcsr-ocn@11000 { 53 compatible = "fsl,b4420-dcsr-o 54 }; 55 dcsr-nal@18000 { 56 compatible = "fsl,b4420-dcsr-n 57 }; 58 dcsr-rcpm@22000 { 59 compatible = "fsl,b4420-dcsr-r 60 }; 61 dcsr-snpc@30000 { 62 compatible = "fsl,b4420-dcsr-s 63 }; 64 dcsr-snpc@31000 { 65 compatible = "fsl,b4420-dcsr-s 66 }; 67 dcsr-cpu-sb-proxy@108000 { 68 compatible = "fsl,dcsr-e6500-s 69 cpu-handle = <&cpu1>; 70 reg = <0x108000 0x1000 0x10900 71 }; 72 }; 73 74 &soc { 75 cpc: l3-cache-controller@10000 { 76 compatible = "fsl,b4420-l3-cac 77 }; 78 79 guts: global-utilities@e0000 { 80 compatible = "fsl,b4420-device 81 }; 82 83 global-utilities@e1000 { 84 compatible = "fsl,b4420-clockg 85 "fsl,qoriq-clock 86 }; 87 88 rcpm: global-utilities@e2000 { 89 compatible = "fsl,b4420-rcpm", 90 }; 91 92 L2_1: l2-cache-controller@c20000 { 93 compatible = "fsl,b4420-l2-cac 94 reg = <0xc20000 0x40000>; 95 next-level-cache = <&cpc>; 96 }; 97 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.