Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Created December 28, 2015 22:12
Show Gist options
  • Select an option

  • Save RobertCNelson/d6c4d2015c6a8f7de0c8 to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/d6c4d2015c6a8f7de0c8 to your computer and use it in GitHub Desktop.
/ {
onewire {
compatible = "w1-gpio";
pinctrl-names = "default";
pinctrl-0 = <&dallas_w1_pins>;
status = "okay";
gpios = <&gpio1 17 0>;
};
};
&am33xx_pinmux {
dallas_w1_pins: pinmux_dallas_w1_pins {
pinctrl-single,pins = <0x044 0x37>;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment