mediatek-consys.txt 1.1 KB

123456789101112131415161718192021222324252627
  1. mediatek consys
  2. Required properties:
  3. - compatible:Should be "mediatek,mt6735-consys".
  4. - reg: Should contain register location and length.
  5. - interrupts: Should contain interrupt.(including BGF and WDT interrupts).
  6. - clocks: The clocks needed in consys power on, provided from clock manager.
  7. - clock-names : used for sw control clock
  8. - vcnxx-supply : LDO domain for consys,provided from PMIC owner
  9. Examples:
  10. consys:consys@18070000 {
  11. compatible = "mediatek,mt6735-consys";
  12. reg = <0x18070000 0x0200>, /*CONN_MCU_CONFIG_BASE */
  13. <0x10212000 0x0100>, /*AP_RGU_BASE */
  14. <0x10000000 0x2000>, /*TOPCKGEN_BASE */
  15. <0x10006000 0x1000>; /*SPM_BASE */
  16. interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_LOW>, /* BGF_EINT */
  17. <GIC_SPI 225 IRQ_TYPE_LEVEL_LOW>; /* WDT_EINT */
  18. clocks = <&scpsys SCP_SYS_CONN>,<&infrasys INFRA_CONNMCU_BUS>;
  19. clock-names = "conn","bus";
  20. vcn18-supply = <&mt_pmic_vcn18_ldo_reg>;
  21. vcn28-supply = <&mt_pmic_vcn28_ldo_reg>;
  22. vcn33_bt-supply = <&mt_pmic_vcn33_bt_ldo_reg>;
  23. vcn33_wifi-supply = <&mt_pmic_vcn33_wifi_ldo_reg>;
  24. };