|
@@ -54,6 +54,18 @@
|
|
stdout-path = &uart1;
|
|
stdout-path = &uart1;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ onewire_tm: onewire {
|
|
|
|
+ gpios = <&pioA 17 0>;
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
+ pinctrl-0 = <&pinctrl_onewire_tm_default>;
|
|
|
|
+ status = "okay";
|
|
|
|
+
|
|
|
|
+ w1_eeprom: w1_eeprom@0 {
|
|
|
|
+ compatible = "maxim,ds24b33";
|
|
|
|
+ status = "okay";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+
|
|
ahb {
|
|
ahb {
|
|
usb1: ohci@00400000 {
|
|
usb1: ohci@00400000 {
|
|
num-ports = <3>;
|
|
num-ports = <3>;
|
|
@@ -208,6 +220,11 @@
|
|
pinmux = <PIN_PA31__GPIO>;
|
|
pinmux = <PIN_PA31__GPIO>;
|
|
bias-disable;
|
|
bias-disable;
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+ pinctrl_onewire_tm_default: onewire_tm_default {
|
|
|
|
+ pinmux = <PIN_PA17__GPIO>;
|
|
|
|
+ bias-pull-up;
|
|
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|