1 /* 2 * B4420 Silicon/SoC Device Tree Source (pre i 3 * 4 * Copyright 2012 - 2015 Freescale Semiconduct 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 /dts-v1/; 36 37 /include/ "e6500_power_isa.dtsi" 38 39 / { 40 compatible = "fsl,B4420"; 41 #address-cells = <2>; 42 #size-cells = <2>; 43 interrupt-parent = <&mpic>; 44 45 aliases { 46 ccsr = &soc; 47 dcsr = &dcsr; 48 49 serial0 = &serial0; 50 serial1 = &serial1; 51 serial2 = &serial2; 52 serial3 = &serial3; 53 pci0 = &pci0; 54 usb0 = &usb0; 55 dma0 = &dma0; 56 dma1 = &dma1; 57 sdhc = &sdhc; 58 59 fman0 = &fman0; 60 ethernet0 = &enet0; 61 ethernet1 = &enet1; 62 ethernet2 = &enet2; 63 ethernet3 = &enet3; 64 }; 65 66 cpus { 67 #address-cells = <1>; 68 #size-cells = <0>; 69 70 cpu0: PowerPC,e6500@0 { 71 device_type = "cpu"; 72 reg = <0 1>; 73 clocks = <&clockgen 1 74 next-level-cache = <&L 75 fsl,portid-mapping = < 76 }; 77 cpu1: PowerPC,e6500@2 { 78 device_type = "cpu"; 79 reg = <2 3>; 80 clocks = <&clockgen 1 81 next-level-cache = <&L 82 fsl,portid-mapping = < 83 }; 84 }; 85 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.