/linux/arch/powerpc/platforms/85xx/ |
H A D | p2020.c | 3 * 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 D | Makefile | 24 obj-$(CONFIG_PPC_P2020) += p2020.o $(obj8259-y)
|
H A D | mpc85xx_pm_ops.c | 76 { .compatible = "fsl,p2020-guts", },
|
H A D | ge_imp3a.c | 90 of_device_is_compatible(np, "fsl,p2020-pcie")) { in ge_imp3a_pci_assign_primary()
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p2020si-post.dtsi | 2 * 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 D | p2020si-pre.dtsi | 2 * P2020/P2010 Silicon/SoC Device Tree Source (pre include) 40 compatible = "fsl,P2020"; 60 PowerPC,P2020@0 { 66 PowerPC,P2020@1 {
|
H A D | mvme2500.dts | 7 * Based on: P2020 DS Device Tree Source 270 compatible = "fsl,p2020-esdhc", "fsl,esdhc";
|
H A D | p2020rdb-pc.dtsi | 2 * P2020 RDB-PC Device Tree Source stub (no addresses or top-level ranges) 83 compatible = "fsl,p2020-fcm-nand",
|
H A D | p2020rdb.dts | 3 * P2020 RDB Device Tree Source 85 compatible = "fsl,p2020-fcm-nand",
|
H A D | p2020ds.dts | 3 * P2020 DS Device Tree Source
|
H A D | p2020rdb-pc_36b.dts | 2 * P2020 RDB-PC 36Bit Physical Address Map Device Tree Source
|
H A D | p2020rdb-pc_32b.dts | 2 * P2020 RDB-PC 32Bit Physical Address Map Device Tree Source
|
H A D | ge_imp3a.dts | 7 * Based on: P2020 DS Device Tree Source
|
/linux/drivers/mmc/host/ |
H A D | sdhci-pltfm.c | 61 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 D | turris1x.dts | 81 /* 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 D | freescale-l2cache.txt | 38 "fsl,p2020-l2-cache-controller"
|
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | fsl,esdhc.yaml | 22 - fsl,p2020-esdhc
|
/linux/drivers/edac/ |
H A D | mpc85xx_edac.c | 622 { .compatible = "fsl,p2020-l2-cache-controller", }, 651 { .compatible = "fsl,p2020-memory-controller", },
|
/linux/drivers/soc/fsl/ |
H A D | guts.c | 161 { .compatible = "fsl,p2020-guts", },
|