Searched full:ls1028a (Results 1 – 25 of 40) sorted by relevance
12
/Linux-v5.10/arch/arm64/boot/dts/freescale/ |
D | Makefile | 7 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-kontron-kbox-a-230-ls.dtb 8 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-kontron-sl28.dtb 9 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-kontron-sl28-var2.dtb 10 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-kontron-sl28-var3-ads2.dtb 11 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-kontron-sl28-var4.dtb 12 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-qds.dtb 13 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-rdb.dtb
|
D | fsl-ls1028a.dtsi | 15 compatible = "fsl,ls1028a"; 87 compatible = "fsl,ls1028a-plldig"; 200 compatible = "fsl,ls1028a-dcfg", "syscon"; 212 compatible = "fsl,ls1028a-scfg", "syscon"; 218 compatible = "fsl,ls1028a-clockgen"; 318 compatible = "fsl,ls1028a-dspi", "fsl,ls1021a-v1.0-dspi"; 333 compatible = "fsl,ls1028a-dspi", "fsl,ls1021a-v1.0-dspi"; 348 compatible = "fsl,ls1028a-dspi", "fsl,ls1021a-v1.0-dspi"; 363 compatible = "fsl,ls1028a-esdhc", "fsl,esdhc"; 376 compatible = "fsl,ls1028a-esdhc", "fsl,esdhc"; [all …]
|
D | fsl-ls1028a-rdb.dts | 3 * Device Tree file for NXP LS1028A RDB Board. 12 #include "fsl-ls1028a.dtsi" 15 model = "LS1028A RDB Board"; 16 compatible = "fsl,ls1028a-rdb", "fsl,ls1028a";
|
D | fsl-ls1028a-qds.dts | 3 * Device Tree file for NXP LS1028A QDS Board. 13 #include "fsl-ls1028a.dtsi" 16 model = "LS1028A QDS Board"; 17 compatible = "fsl,ls1028a-qds", "fsl,ls1028a";
|
D | fsl-ls1028a-kontron-sl28-var4.dts | 13 #include "fsl-ls1028a-kontron-sl28.dts" 18 compatible = "kontron,sl28-var4", "kontron,sl28", "fsl,ls1028a";
|
D | fsl-ls1028a-kontron-sl28-var2.dts | 13 #include "fsl-ls1028a-kontron-sl28.dts" 17 compatible = "kontron,sl28-var2", "kontron,sl28", "fsl,ls1028a";
|
D | fsl-ls1028a-kontron-kbox-a-230-ls.dts | 13 #include "fsl-ls1028a-kontron-sl28-var4.dts" 19 "kontron,sl28", "fsl,ls1028a";
|
D | fsl-ls1028a-kontron-sl28-var3-ads2.dts | 11 #include "fsl-ls1028a-kontron-sl28.dts" 16 "kontron,sl28", "fsl,ls1028a";
|
D | fsl-ls1028a-kontron-sl28.dts | 10 #include "fsl-ls1028a.dtsi" 17 compatible = "kontron,sl28", "fsl,ls1028a";
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | fsl,plldig.yaml | 7 title: NXP QorIQ Layerscape LS1028A Display PIXEL Clock Binding 13 NXP LS1028A has a clock domain PXLCLK0 used for the Display output 19 const: fsl,ls1028a-plldig 52 compatible = "fsl,ls1028a-plldig";
|
D | fsl,sai-clock.yaml | 16 LS1028A SoC you can only enable SAIs in pairs. If you use only one SAI,
|
/Linux-v5.10/Documentation/devicetree/bindings/net/dsa/ |
D | ocelot.txt | 12 The VSC9959 switch is found in the NXP LS1028A. It is a PCI device, part of the 27 5 are fixed as internal ports in the NXP LS1028A instantiation. 32 By default, in fsl-ls1028a.dtsi, the NPI port is assigned to the internal 35 but there is no platform support for the Linux system on the LS1028A chip to 39 Any port can be disabled (and in fsl-ls1028a.dtsi, they are indeed all disabled
|
/Linux-v5.10/Documentation/devicetree/bindings/gpio/ |
D | gpio-mpc8xxx.txt | 7 ls1021a, ls1043a, ls2080a, ls1028a, ls1088a. 42 Example of gpio-controller node for a ls1028a/ls1088a SoC: 45 compatible = "fsl,ls1028a-gpio", "fsl,ls1088a-gpio", "fsl,qoriq-gpio";
|
/Linux-v5.10/drivers/soc/fsl/ |
D | guts.c | 105 /* Die: LS1028A, SoC: LS1028A */ 106 { .die = "LS1028A", 232 { .compatible = "fsl,ls1028a-dcfg", },
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 529 - description: LS1028A based Boards 532 - fsl,ls1028a-qds 533 - fsl,ls1028a-rdb 534 - const: fsl,ls1028a 541 - const: fsl,ls1028a 554 - const: fsl,ls1028a 564 - const: fsl,ls1028a 572 - const: fsl,ls1028a
|
/Linux-v5.10/Documentation/devicetree/bindings/dma/ |
D | fsl-qdma.txt | 10 "fsl,ls1028a-qdma": for LS1028A Board
|
D | fsl-edma.txt | 13 - "fsl,ls1028a-edma" followed by "fsl,vf610-edma" for eDMA used on the 14 LS1028A SoC.
|
/Linux-v5.10/drivers/clk/ |
D | clk-plldig.c | 5 * Clock driver for LS1028A Display output interfaces(LCD, DPHY). 272 { .compatible = "fsl,ls1028a-plldig" }, 288 MODULE_DESCRIPTION("LS1028A Display output interface pixel clock driver");
|
D | Kconfig | 255 tristate "Clock driver for LS1028A Display output" 260 of the QorIQ Layerscape LS1028A, as implemented TSMC CLN28HPM PLL. Not all
|
/Linux-v5.10/drivers/net/dsa/ocelot/ |
D | Kconfig | 14 a PCIe function of the NXP LS1028A ENETC RCiEP.
|
/Linux-v5.10/Documentation/devicetree/bindings/rtc/ |
D | rtc-fsl-ftm-alarm.txt | 8 "fsl,ls1028a-ftm-alarm"
|
/Linux-v5.10/Documentation/devicetree/bindings/serial/ |
D | fsl-lpuart.yaml | 21 - fsl,ls1028a-lpuart
|
/Linux-v5.10/Documentation/devicetree/bindings/mmc/ |
D | fsl-esdhc.txt | 20 "fsl,ls1028a-esdhc"
|
/Linux-v5.10/Documentation/devicetree/bindings/spi/ |
D | spi-fsl-dspi.txt | 8 "fsl,ls1028a-dspi",
|
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | layerscape-pci.txt | 24 "fsl,ls1028a-pcie"
|
12