| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone-k2g.dtsi | 3 * Device Tree Source for K2G SOC 13 compatible = "ti,k2g","ti,keystone"; 14 model = "Texas Instruments K2G SoC"; 230 compatible = "ti,k2g-dsp"; 246 compatible = "ti,k2g-message-manager"; 258 compatible = "ti,k2g-sci"; 271 compatible = "ti,k2g-sci-clk"; 282 compatible = "ti,k2g-gpio", "ti,keystone-gpio"; 305 compatible = "ti,k2g-gpio", "ti,keystone-gpio"; 323 compatible = "ti,k2g-dss"; [all …]
|
| H A D | Makefile | 6 keystone-k2g-evm.dtb \ 7 keystone-k2g-ice.dtb
|
| H A D | keystone-k2g-ice.dts | 3 * Device Tree Source for K2G Industrial Communication Engine EVM 9 #include "keystone-k2g.dtsi" 13 compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone"; 14 model = "Texas Instruments K2G Industrial Communication EVM";
|
| H A D | keystone-k2g-evm.dts | 3 * Device Tree Source for K2G EVM 9 #include "keystone-k2g.dtsi" 12 compatible = "ti,k2g-evm", "ti,k2g", "ti,keystone"; 13 model = "Texas Instruments K2G General Purpose EVM"; 78 simple-audio-card,name = "K2G-EVM";
|
| H A D | keystone-k2g-netcp.dtsi | 3 * Device Tree Source for K2G Netcp driver
|
| /linux/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,k2g-dss.yaml | 5 $id: http://devicetree.org/schemas/display/ti/ti,k2g-dss.yaml# 8 title: Texas Instruments K2G Display Subsystem 15 The K2G DSS is an ultra-light version of TI Keystone Display 21 const: ti,k2g-dss 84 compatible = "ti,k2g-dss";
|
| /linux/Documentation/devicetree/bindings/arm/keystone/ |
| H A D | ti,sci.yaml | 18 An example of such an SoC is K2G, which contains the system control hardware 39 - const: ti,k2g-sci 92 compatible = "ti,k2g-sci"; 102 compatible = "ti,k2g-sci"; 116 compatible = "ti,k2g-sci-clk";
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| H A D | ti,message-manager.txt | 14 - compatible: Shall be: "ti,k2g-message-manager" 24 For ti,k2g-message-manager, this shall contain: 29 Example(K2G): 33 compatible = "ti,k2g-message-manager";
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | sdhci-omap.txt | 13 Should be "ti,k2g-sdhci" for K2G 17 (Not required for K2G).
|
| H A D | ti-omap-hsmmc.txt | 17 Should be "ti,k2g-hsmmc", "ti,omap4-hsmmc" for 66AK2G controllers.
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | ti-edma.txt | 16 - "ti,k2g-edma3-tpcc", "ti,edma3-tpcc" for the 59 - "ti,k2g-edma3-tptc", "ti,edma3-tptc" for the 154 compatible = "ti,k2g-edma3-tpcc", "ti,edma3-tpcc"; 177 compatible = "ti,k2g-edma3-tptc", "ti,edma3-tptc"; 183 compatible = "ti,k2g-edma3-tptc", "ti,edma3-tptc"; 189 compatible = "ti,k2g-hsmmc", "ti,omap4-hsmmc";
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | ti,sci-clk.yaml | 28 const: ti,k2g-sci-clk 47 compatible = "ti,k2g-sci-clk";
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_overlay.c | 351 #define K2G(val) (((val) >> 8) & 0xff) in armada_overlay_set_property() macro 356 drm_to_overlay_state(state)->colorkey_ug = CCC(K2G(val)); in armada_overlay_set_property() 363 drm_to_overlay_state(state)->colorkey_ug |= K2G(val) << 16; in armada_overlay_set_property() 370 drm_to_overlay_state(state)->colorkey_ug |= K2G(val) << 24; in armada_overlay_set_property() 377 drm_to_overlay_state(state)->colorkey_ug |= K2G(val) << 8; in armada_overlay_set_property() 384 drm_to_overlay_state(state)->colorkey_ug |= K2G(val); in armada_overlay_set_property()
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-davinci.yaml | 17 - ti,k2g-gpio 105 compatible = "ti,k2g-gpio", "ti,keystone-gpio";
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | ti,keystone-rproc.txt | 29 "ti,k2g-dsp" for DSPs on Keystone 2 66AK2G SoCs 168 compatible = "ti,k2g-dsp";
|
| H A D | ti,pru-rproc.yaml | 50 - ti,k2g-pru # for 66AK2G SoC family
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | omap.rst | 17 to work in DRA7 and K2G based boards.
|
| /linux/Documentation/devicetree/bindings/pwm/ |
| H A D | pwm-tiecap.yaml | 24 - ti,k2g-ecap
|
| /linux/Documentation/devicetree/bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 21 : Must be "ti,66ak2g-navss-qm" for QMSS on K2G SoC. 44 For QMSS on K2G SoC, following QM reg indexes are used in that order
|
| /linux/arch/arm/mach-keystone/ |
| H A D | keystone.c | 136 "ti,k2g",
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-wakeup.dtsi | 28 compatible = "ti,k2g-sci-clk";
|
| /linux/drivers/mailbox/ |
| H A D | ti-msgmgr.c | 758 /* Keystone K2G SoC integration details */ 803 {.compatible = "ti,k2g-message-manager", .data = &k2g_desc},
|
| /linux/drivers/clk/keystone/ |
| H A D | sci-clk.c | 414 { .compatible = "ti,k2g-sci-clk" },
|
| /linux/drivers/soc/ti/ |
| H A D | knav_qmss_queue.c | 41 /* Queue manager register indices in DTS for QMSS in K2G NAVSS.
|
| /linux/ |
| H A D | MAINTAINERS | 8509 F: Documentation/devicetree/bindings/display/ti/ti,k2g-dss.yaml
|