Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / at91-sama5d2_ptc_ek.dts
index ab5ab21895d3670674e4650ad379f987f92f0f10..068a117585f4bb5dce208cb7b924504ecd810063 100644 (file)
                stdout-path = &uart0;
        };
 
+       onewire_tm: onewire {
+               gpios = <&pioA PIN_PB31 0>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&pinctrl_onewire_tm_default>;
+               status = "okay";
+
+               w1_eeprom: w1_eeprom@0 {
+                       compatible = "maxim,ds24b33";
+                       status = "okay";
+               };
+       };
+
        ahb {
                usb0: gadget@00300000 {
                        atmel,vbus-gpio = <&pioA PIN_PA27 GPIO_ACTIVE_HIGH>;
                                                pinmux = <PIN_PB11__GPIO>;
                                                bias-disable;
                                        };
+
+                                       pinctrl_onewire_tm_default: onewire_tm_default {
+                                               pinmux = <PIN_PB31__GPIO>;
+                                               bias-pull-up;
+                                       };
                                };
                        };
                };