

solaris3308
-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
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"; }; }; }; };