amlogic,meson-axg-audio-arb.txt 629 B

123456789101112131415161718192021
  1. * Amlogic audio memory arbiter controller
  2. The Amlogic Audio ARB is a simple device which enables or
  3. disables the access of Audio FIFOs to DDR on AXG based SoC.
  4. Required properties:
  5. - compatible: 'amlogic,meson-axg-audio-arb'
  6. - reg: physical base address of the controller and length of memory
  7. mapped region.
  8. - clocks: phandle to the fifo peripheral clock provided by the audio
  9. clock controller.
  10. - #reset-cells: must be 1.
  11. Example on the A113 SoC:
  12. arb: reset-controller@280 {
  13. compatible = "amlogic,meson-axg-audio-arb";
  14. reg = <0x0 0x280 0x0 0x4>;
  15. #reset-cells = <1>;
  16. clocks = <&clkc_audio AUD_CLKID_DDR_ARB>;
  17. };