1 /* 2 * OCA4080 Device Tree Source 3 * 4 * Copyright 2014 Prodrive Technologies B.V. 5 * 6 * Based on: 7 * P4080DS Device Tree Source 8 * Copyright 2009-2011 Freescale Semiconductor 9 * 10 * Redistribution and use in source and binary 11 * modification, are permitted provided that t 12 * * Redistributions of source code must r 13 * notice, this list of conditions and t 14 * * Redistributions in binary form must r 15 * notice, this list of conditions and t 16 * documentation and/or other materials 17 * * Neither the name of Freescale Semicon 18 * names of its contributors may be used 19 * derived from this software without sp 20 * 21 * 22 * ALTERNATIVELY, this software may be distrib 23 * GNU General Public License ("GPL") as publi 24 * Foundation, either version 2 of that Licens 25 * later version. 26 * 27 * THIS SOFTWARE IS PROVIDED BY Freescale Semi 28 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, B 29 * WARRANTIES OF MERCHANTABILITY AND FITNESS F 30 * DISCLAIMED. IN NO EVENT SHALL Freescale Sem 31 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEM 32 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 33 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 34 * ON ANY THEORY OF LIABILITY, WHETHER IN CONT 35 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 36 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILIT 37 */ 38 39 /include/ "p4080si-pre.dtsi" 40 41 / { 42 model = "fsl,OCA4080"; 43 compatible = "fsl,OCA4080"; 44 #address-cells = <2>; 45 #size-cells = <2>; 46 interrupt-parent = <&mpic>; 47 48 memory { 49 device_type = "memory"; 50 }; 51 52 reserved-memory { 53 #address-cells = <2>; 54 #size-cells = <2>; 55 ranges; 56 57 bman_fbpr: bman-fbpr { 58 size = <0 0x1000000>; 59 alignment = <0 0x10000 60 }; 61 qman_fqd: qman-fqd { 62 size = <0 0x400000>; 63 alignment = <0 0x40000 64 }; 65 qman_pfdr: qman-pfdr { 66 size = <0 0x2000000>; 67 alignment = <0 0x20000 68 }; 69 }; 70 71 dcsr: dcsr@f00000000 { 72 ranges = <0x00000000 0xf 0x000 73 }; 74 75 bportals: bman-portals@ff4000000 { 76 ranges = <0x0 0xf 0xf4000000 0 77 }; 78 79 qportals: qman-portals@ff4200000 { 80 ranges = <0x0 0xf 0xf4200000 0 81 }; 82 83 soc: soc@ffe000000 { 84 ranges = <0x00000000 0xf 0xfe0 85 reg = <0xf 0xfe000000 0 0x0000 86 87 i2c@118000 { 88 status = "disabled"; 89 }; 90 91 i2c@118100 { 92 status = "disabled"; 93 }; 94 95 i2c@119000 { 96 status = "disabled"; 97 }; 98 99 i2c@119100 { 100 status = "disabled"; 101 }; 102 103 usb0: usb@210000 { 104 status = "disabled"; 105 }; 106 107 usb1: usb@211000 { 108 status = "disabled"; 109 }; 110 }; 111 112 rio: rapidio@ffe0c0000 { 113 reg = <0xf 0xfe0c0000 0 0x1100 114 115 port1 { 116 ranges = <0 0 0xc 0x20 117 }; 118 }; 119 120 lbc: localbus@ffe124000 { 121 reg = <0xf 0xfe124000 0 0x1000 122 ranges = <0 0 0xf 0xef800000 0 123 124 flash@0,0 { 125 compatible = "cfi-flas 126 reg = <0 0 0x00800000> 127 bank-width = <2>; 128 device-width = <2>; 129 }; 130 }; 131 132 pci0: pcie@ffe200000 { 133 status = "disabled"; 134 }; 135 136 pci1: pcie@ffe201000 { 137 status = "disabled"; 138 }; 139 140 pci2: pcie@ffe202000 { 141 status = "disabled"; 142 }; 143 }; 144 145 /include/ "p4080si-post.dtsi"
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.