| /OK3568_Linux_fs/u-boot/board/freescale/t1040qds/ |
| H A D | README | 3 The T1040QDS is a Freescale reference board that hosts the T1040 SoC 6 T1040 SoC Overview 8 The QorIQ T1040/T1042 processor support four integrated 64-bit e5500 PA 12 The T1040/T1042 SoC includes the following function and features: 29 - Integrated 8-port Gigabit Ethernet switch (T1040 only) 60 — Aurora debug with dedicated connectors (T1040 only) 71 - PHY #0 remains powered up during deep-sleep (T1040 only) 159 T1040 Personality 164 T1022 is a reduced personality of T1040 with less core/clusters. 168 T1042 is a reduced personality of T1040 without Integrated 8-port Gigabit [all …]
|
| H A D | eth.c | 29 /* - In T1040 there are only 8 SERDES lanes, spread across 2 SERDES banks. 34 /* Mapping of 8 SERDES lanes to T1040 QDS board slots. A value of '0' here
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | t1040si-post.dtsi | 2 * T1040 Silicon/SoC Device Tree Source (post include) 60 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie"; 86 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie"; 112 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie"; 138 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie"; 169 compatible = "fsl,t1040-dcsr-epu", "fsl,dcsr-epu"; 176 compatible = "fsl,t1040-dcsr-cnpc", "fsl,dcsr-cnpc"; 188 compatible = "fsl,t1040-dcsr-dpaa", "fsl,dcsr-dpaa"; 192 compatible = "fsl,t1040-dcsr-ocn", "fsl,dcsr-ocn"; 201 compatible = "fsl,t1040-dcsr-nal", "fsl,dcsr-nal"; [all …]
|
| H A D | t104xd4rdb.dtsi | 223 compatible = "fsl,t1040-qe-si"; 228 compatible = "fsl,t1040-qe-siram"; 247 compatible = "fsl,t1040-ucc-uart";
|
| H A D | t104xrdb.dtsi | 233 compatible = "fsl,t1040-qe-si"; 238 compatible = "fsl,t1040-qe-siram"; 257 compatible = "fsl,t1040-ucc-uart";
|
| H A D | t104xqds.dtsi | 377 compatible = "fsl,t1040-qe-si"; 382 compatible = "fsl,t1040-qe-siram"; 401 compatible = "fsl,t1040-ucc-uart";
|
| H A D | kmcent2.dts | 320 compatible = "fsl,t1040-qe-si"; 325 compatible = "fsl,t1040-qe-siram";
|
| H A D | t104xsi-pre.dtsi | 2 * T1040/T1042 Silicon/SoC Device Tree Source (pre include)
|
| /OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/ |
| H A D | README | 3 The T1040RDB is a Freescale reference board that hosts the T1040 SoC 4 (and variants). Variants inclued T1042 presonality of T1040, in which 8 (and variants). The board is similar to T1040RDB, T1040 is a reduced 9 personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch). 12 (a personality of T1040 SoC). The board is similar to T1040RDB but is 15 The T1040D4RDB is a Freescale reference board that hosts the T1040 SoC. 30 T1040RDB T1040 0x66 Networking 33 T1040D4RDB T1040 0x66 Networking 37 T1040 SoC Overview 39 The QorIQ T1040/T1042 processor support four integrated 64-bit e5500 PA [all …]
|
| H A D | spl.c | 49 * There is T1040 SoC issue where NOR, FPGA are inaccessible in board_init_f()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A D | qe.txt | 108 - compatible : must be "fsl,<chip>-qe-si". For t1040, must contain 109 "fsl,t1040-qe-si". 115 compatible = "fsl,t1040-qe-si"; 124 - compatible : should be "fsl,<chip>-qe-siram". For t1040, must contain 125 "fsl,t1040-qe-siram". 131 compatible = "fsl,t1040-qe-siram";
|
| H A D | uqe_serial.txt | 4 compatible : must be "fsl,<chip>-ucc-uart". For t1040, must be 5 "fsl,t1040-ucc-uart". 13 compatible = "fsl,t1040-ucc-uart";
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | fsl-corenet-cf.c | 77 #define ERRDET_UTID (1 << 2) /* Unavailable Target ID (t1040) */ 78 #define ERRDET_MCST (1 << 3) /* Multicast Stash (t1040) */ 97 bool t1040; member 208 ccf->t1040 = true; in ccf_probe() 224 if (ccf->t1040) in ccf_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | Makefile | 27 obj-$(CONFIG_ARCH_T1040) += t1040.o 28 obj-$(CONFIG_ARCH_T1042) += t1040.o
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/ |
| H A D | guts.c | 44 /* Die: T1040, SoC: T1040/T1020/T1042/T1022 */ 45 { .die = "T1040",
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | scfg.txt | 16 compatible = "fsl,t1040-scfg";
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/ |
| H A D | Kconfig | 26 as a platform device on the NXP T1040 SoC.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | fsl-esdhc.txt | 16 "fsl,t1040-esdhc"
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | cpu.c | 74 CPU_TYPE_ENTRY(T1040, T1040, 0),
|
| /OK3568_Linux_fs/buildroot/board/freescale/t1040_t2080/ |
| H A D | readme.txt | 48 3. If flashing is desired, a similar approach to the T1040 can be followed
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | rcpm.txt | 31 2.1 t1040,
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.t1040-l2switch | 2 which is integrated in the T1040/T1020 Freescale SoCs.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/ |
| H A D | qoriq-thermal.yaml | 20 0x01900102 T1040
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xqds/ |
| H A D | spl.c | 72 * There is T1040 SoC issue where NOR, FPGA are inaccessible during in board_init_f()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | t1042rdb_diu.c | 84 scfg_np = of_find_compatible_node(NULL, NULL, "fsl,t1040-scfg"); in t1042rdb_set_pixel_clock()
|