Home
last modified time | relevance | path

Searched full:p2020 (Results 1 – 19 of 19) sorted by relevance

/linux/arch/powerpc/platforms/85xx/
H A Dp2020.c3 * Freescale P2020 board Setup
58 * There is no common compatible string for all P2020 boards. in p2020_probe()
59 * The only common thing is "PowerPC,P2020@0" cpu node. in p2020_probe()
60 * So check for P2020 board via this cpu node. in p2020_probe()
62 p2020_cpu = of_find_node_by_path("/cpus/PowerPC,P2020@0"); in p2020_probe()
68 machine_arch_initcall(p2020, mpc85xx_common_publish_devices);
70 define_machine(p2020) { in define_machine() argument
71 .name = "Freescale P2020", in define_machine()
H A DMakefile24 obj-$(CONFIG_PPC_P2020) += p2020.o $(obj8259-y)
H A Dmpc85xx_pm_ops.c76 { .compatible = "fsl,p2020-guts", },
H A Dge_imp3a.c90 of_device_is_compatible(np, "fsl,p2020-pcie")) { in ge_imp3a_pci_assign_primary()
/linux/arch/powerpc/boot/dts/fsl/
H A Dp2020si-post.dtsi2 * P2020/P2010 Silicon/SoC Device Tree Source (post include)
38 compatible = "fsl,p2020-elbc", "fsl,elbc", "simple-bus";
135 compatible = "fsl,p2020-immr", "simple-bus";
145 compatible = "fsl,p2020-ecm", "fsl,ecm";
151 compatible = "fsl,p2020-memory-controller";
168 compatible = "fsl,p2020-l2-cache-controller";
204 compatible = "fsl,p2020-esdhc", "fsl,esdhc";
212 compatible = "fsl,p2020-guts";
H A Dp2020si-pre.dtsi2 * P2020/P2010 Silicon/SoC Device Tree Source (pre include)
40 compatible = "fsl,P2020";
60 PowerPC,P2020@0 {
66 PowerPC,P2020@1 {
H A Dmvme2500.dts7 * Based on: P2020 DS Device Tree Source
270 compatible = "fsl,p2020-esdhc", "fsl,esdhc";
H A Dp2020rdb-pc.dtsi2 * P2020 RDB-PC Device Tree Source stub (no addresses or top-level ranges)
83 compatible = "fsl,p2020-fcm-nand",
H A Dp2020rdb.dts3 * P2020 RDB Device Tree Source
85 compatible = "fsl,p2020-fcm-nand",
H A Dp2020ds.dts3 * P2020 DS Device Tree Source
H A Dp2020rdb-pc_36b.dts2 * P2020 RDB-PC 36Bit Physical Address Map Device Tree Source
H A Dp2020rdb-pc_32b.dts2 * P2020 RDB-PC 32Bit Physical Address Map Device Tree Source
H A Dge_imp3a.dts7 * Based on: P2020 DS Device Tree Source
/linux/drivers/mmc/host/
H A Dsdhci-pltfm.c61 if (device_is_compatible(dev, "fsl,p2020-rev1-esdhc")) in sdhci_get_compatibility()
64 if (device_is_compatible(dev, "fsl,p2020-esdhc") || in sdhci_get_compatibility()
/linux/arch/powerpc/boot/dts/
H A Dturris1x.dts81 /* Remote temperature sensor (D+/D- connected to P2020 CPU Temperature Diode) */
321 compatible = "fsl,p2020-fcm-nand", "fsl,elbc-fcm-nand";
479 * P2020 PCIe Root Port does not use PCIe MEM and xHCI controller
/linux/Documentation/devicetree/bindings/cache/
H A Dfreescale-l2cache.txt38 "fsl,p2020-l2-cache-controller"
/linux/Documentation/devicetree/bindings/mmc/
H A Dfsl,esdhc.yaml22 - fsl,p2020-esdhc
/linux/drivers/edac/
H A Dmpc85xx_edac.c622 { .compatible = "fsl,p2020-l2-cache-controller", },
651 { .compatible = "fsl,p2020-memory-controller", },
/linux/drivers/soc/fsl/
H A Dguts.c161 { .compatible = "fsl,p2020-guts", },