mediatek,dramc.txt 253 B

123456789101112
  1. Mediatek SoC system dramc
  2. Required properties:
  3. - compatible : Should be "mediatek,dramc"
  4. - reg: Should contain dramc registers location and length
  5. Examples:
  6. dramc_conf@10004000 {
  7. compatible = "mediatek,dramc";
  8. reg = <0x10004000 0x1000>;
  9. };