Created
December 28, 2015 22:12
-
-
Save RobertCNelson/d6c4d2015c6a8f7de0c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| / { | |
| 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