Jump to content

solaris3308

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    solaris3308 reacted to kolsi in Can rockpi s support 1-wire?   
    I built the following DTS to make onewire to work
     
    /dts-v1/; /plugin/; / { compatible = "rockchip,rk3308"; fragment@0 { target-path = "/"; __overlay__ { w1: onewire@0 { compatible = "w1-gpio"; pinctrl-names = "default"; gpios = <&gpio0 15 0>; // GPIO0_B7 status = "okay"; }; }; }; };  
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines