mediatek-mcu_biu.txt 316 B

12345678910111213141516
  1. * Mediatek MCU BIU
  2. Required properties:
  3. - compatible: Should contain one of the following:
  4. * "mediatek,mt6735-mcu_biu"
  5. * "mediatek,mt6735m-mcu_biu"
  6. - reg: Address range of the MCU BIU registers
  7. Example:
  8. mcu_biu: mcu_biu@10300000 {
  9. compatible = "mediatek,mt6735-mcu_biu";
  10. reg = <0x10300000 0x8000>;
  11. };