/openbmc/u-boot/arch/arm/dts/ |
H A D | fsl-ls1088a-rdb.dts | 3 * NXP ls1088a RDB board device tree source 10 #include "fsl-ls1088a.dtsi" 14 compatible = "fsl,ls1088a-rdb", "fsl,ls1088a";
|
H A D | fsl-ls1088a-qds.dts | 3 * NXP ls1088a QDS board device tree source 10 #include "fsl-ls1088a.dtsi" 14 compatible = "fsl,ls1088a-qds", "fsl,ls1088a";
|
H A D | fsl-ls1088a.dtsi | 3 * NXP ls1088a SOC common device tree source 9 compatible = "fsl,ls1088a"; 155 compatible = "fsl,ls1088a-ahci";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1088a-qds.dts | 3 * Device Tree file for NXP LS1088A QDS Board. 13 #include "fsl-ls1088a.dtsi" 16 model = "LS1088A QDS Board"; 17 compatible = "fsl,ls1088a-qds", "fsl,ls1088a";
|
H A D | fsl-ls1088a.dtsi | 15 compatible = "fsl,ls1088a"; 224 compatible = "fsl,ls1088a-clockgen"; 231 compatible = "fsl,ls1088a-dcfg", "syscon"; 237 compatible = "fsl,ls1088a-reset", "syscon"; 242 compatible = "fsl,ls1088a-isc", "syscon"; 250 compatible = "fsl,ls1088a-extirq"; 332 compatible = "fsl,ls1088a-dspi", 364 compatible = "fsl,ls1088a-gpio", "fsl,qoriq-gpio"; 375 compatible = "fsl,ls1088a-gpio", "fsl,qoriq-gpio"; 386 compatible = "fsl,ls1088a-gpio", "fsl,qoriq-gpio"; [all …]
|
H A D | fsl-ls1088a-rdb.dts | 3 * Device Tree file for NXP LS1088A RDB Board. 13 #include "fsl-ls1088a.dtsi" 16 model = "LS1088A RDB Board"; 17 compatible = "fsl,ls1088a-rdb", "fsl,ls1088a";
|
H A D | fsl-ls1088a-ten64.dts | 4 * Based on fsl-ls1088a-rdb.dts 13 #include "fsl-ls1088a.dtsi" 20 compatible = "traverse,ten64", "fsl,ls1088a";
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | fsl,ls-extirq.yaml | 14 Some Layerscape SOCs (LS1021A, LS1043A, LS1046A LS1088A, LS208xA, 24 - fsl,ls1088a-extirq 33 - const: fsl,ls1088a-extirq 86 - fsl,ls1088a-extirq
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | rtc-fsl-ftm-alarm.txt | 11 "fsl,ls1088a-ftm-alarm" 26 compatible = "fsl,ls1088a-rcpm", "fsl,qoriq-rcpm-2.1+"; 32 compatible = "fsl,ls1088a-ftm-alarm";
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | layerscape-pci.txt | 20 "fsl,ls1088a-pcie" 28 "fsl,ls1088a-pcie-ep", "fsl,ls-pcie-ep" 39 "intr": Used for SoCs(like ls2080a, lx2160a, ls2080a, ls2088a, ls1088a) 57 compatible = "fsl,ls1088a-pcie";
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A 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";
|
/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | Kconfig | 4 default "ls1088a" 35 default "ls1088a"
|
H A D | MAINTAINERS | 6 F: board/freescale/ls1088a/ 18 F: board/freescale/ls1088a/
|
H A D | README | 3 The LS1088A Reference Design (RDB) is a high-performance computing, 4 evaluation, and development platform that supports ARM SoC LS1088A and its 8 LS1088A SoC Overview
|
H A D | Makefile | 5 obj-y += ls1088a.o
|
/openbmc/linux/drivers/soc/fsl/ |
H A D | guts.c | 69 /* Die: LS1088A, SoC: LS1088A/LS1048A/LS1084A/LS1044A */ 70 { .die = "LS1088A", 173 { .compatible = "fsl,ls1088a-dcfg", },
|
/openbmc/u-boot/drivers/i2c/ |
H A D | Kconfig | 181 Required for SoCs which have I2C MXC controller 1 eg LS1088A, LS2080A 187 Required for SoCs which have I2C MXC controller 2 eg LS1088A, LS2080A 193 Required for SoCs which have I2C MXC controller 3 eg LS1088A, LS2080A 199 Required for SoCs which have I2C MXC controller 4 eg LS1088A, LS2080A
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.soc | 4 2. LS1088A 50 LS1088A 52 The QorIQ LS1088A processor is built on the Layerscape 59 LS1088A is compliant with the Layerscape Chassis Generation 3.
|
/openbmc/u-boot/drivers/net/ldpaa_eth/ |
H A D | Makefile | 8 obj-$(CONFIG_ARCH_LS1088A) += ls1088a.o
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | ahci-fsl-qoriq.txt | 6 chip could be ls1021a, ls1043a, ls1046a, ls1088a, ls2080a etc.
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_ceva.c | 91 /* for ls1088a */ 192 { .compatible = "fsl,ls1088a-ahci", .data = CEVA_LS1088A },
|
/openbmc/u-boot/configs/ |
H A D | ls1088aqds_defconfig | 27 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-qds"
|
H A D | ls1088aqds_qspi_defconfig | 28 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-qds"
|
H A D | ls1088aqds_qspi_SECURE_BOOT_defconfig | 29 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-qds"
|
H A D | ls1088ardb_qspi_defconfig | 29 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-rdb"
|