/linux/Documentation/devicetree/bindings/arm/keystone/ |
H A D | keystone.txt | 25 - K2G 26 compatible = "ti,k2g", "ti,keystone" 38 - K2G EVM 39 compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone" 41 - K2G Industrial Communication Engine EVM 42 compatible = "ti,k2g-ice", "ti,k2g", "ti-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/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/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/drivers/gpu/drm/tidss/ |
H A D | tidss_dispc_regs.h | 140 #define DISPC_VID_K2G_IRQENABLE 0x200 /* K2G */ 141 #define DISPC_VID_K2G_IRQSTATUS 0x204 /* K2G */ 145 #define DISPC_VID_K2G_POSITION 0x214 /* K2G */ 186 #define DISPC_VP_K2G_GAMMA_TABLE 0x20 /* K2G */ 187 #define DISPC_VP_K2G_IRQENABLE 0x3c /* K2G */ 188 #define DISPC_VP_K2G_IRQSTATUS 0x40 /* K2G */
|
H A D | tidss_drv.c | 241 { .compatible = "ti,k2g-dss", .data = &dispc_k2g_feats, },
|
/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";
|
/linux/Documentation/devicetree/bindings/soc/ti/ |
H A D | ti,pruss.yaml | 72 - ti,k2g-pruss # for 66AK2G SoC family 348 - ti,k2g-pruss 361 - ti,k2g-pruss
|
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/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/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 | 27 compatible = "ti,k2g-sci-clk";
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | cdns,qspi-nor.yaml | 76 - ti,k2g-qspi
|