Advertisement
embed3d

child_node_devicetree

Apr 26th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. r_ccu: clock@1f01400 {
  2. compatible = "allwinner,sun8i-a83t-r-ccu";
  3. reg = <0x01f01400 0x400>;
  4. clocks = <&osc24M>, <&osc16Md512>, <&osc16M>,
  5. <&ccu CLK_PLL_PERIPH>;
  6. clock-names = "hosc", "losc", "iosc", "pll-periph";
  7. #clock-cells = <1>;
  8. #reset-cells = <1>;
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. ranges;
  12.  
  13. gpu_pwr: power-controller-gpu@0{
  14. compatible = "allwinner,sun8i-a83t-gpu-poweroff-gating";
  15. reg = <0x0 0x400>;
  16. #power-domain-cells = <0>;
  17. };
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement