cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

img,pistachio-internal-dac.txt (441B)


      1Pistachio internal DAC DT bindings
      2
      3Required properties:
      4
      5  - compatible: "img,pistachio-internal-dac"
      6
      7  - img,cr-top : Must contain a phandle to the top level control syscon
      8		 node which contains the internal dac control registers
      9
     10  - VDD-supply : Digital power supply regulator (+1.8V or +3.3V)
     11
     12Examples:
     13
     14internal_dac: internal-dac {
     15	compatible = "img,pistachio-internal-dac";
     16	img,cr-top = <&cr_top>;
     17	VDD-supply = <&supply3v3>;
     18};