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

brcm,bcm63xx-clocks.txt (519B)


      1Gated Clock Controller Bindings for MIPS based BCM63XX SoCs
      2
      3Required properties:
      4- compatible: must be one of:
      5	 "brcm,bcm3368-clocks"
      6	 "brcm,bcm6318-clocks"
      7	 "brcm,bcm6318-ubus-clocks"
      8	 "brcm,bcm6328-clocks"
      9	 "brcm,bcm6358-clocks"
     10	 "brcm,bcm6362-clocks"
     11	 "brcm,bcm6368-clocks"
     12	 "brcm,bcm63268-clocks"
     13
     14- reg: Address and length of the register set
     15- #clock-cells: must be <1>
     16
     17
     18Example:
     19
     20clkctl: clock-controller@10000004 {
     21	compatible = "brcm,bcm6328-clocks";
     22	reg = <0x10000004 0x4>;
     23	#clock-cells = <1>;
     24};