mediatek-gcpu.txt 363 B

1234567891011121314
  1. Mediatek SoC Security Engines (GCPU)
  2. Required properties:
  3. - compatible : Should be "mediatek,<soc>-gcpu"
  4. - reg: Should contain GCPU registers location and length
  5. - interrupts: Should contain GCPU interrupt number
  6. Examples:
  7. gcpu@10216000 {
  8. compatible = "mediatek,mt6735-gcpu";
  9. reg = <0x10216000 0x1000>;
  10. interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_LOW>;
  11. };