mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
ARM: dts: at91: sam9x60ek: add onewire support
Add support for onewire memory. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
@@ -17,6 +17,18 @@
|
||||
stdout-path = &dbgu;
|
||||
};
|
||||
|
||||
onewire_tm: onewire {
|
||||
gpios = <&pioD 14 0>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_onewire_tm_default>;
|
||||
status = "okay";
|
||||
|
||||
w1_eeprom: w1_eeprom@0 {
|
||||
compatible = "maxim,ds24b33";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
ahb {
|
||||
apb {
|
||||
qspi: spi@f0014000 {
|
||||
@@ -44,6 +56,11 @@
|
||||
AT91_PIOB 24 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>;
|
||||
};
|
||||
|
||||
pinctrl_onewire_tm_default: onewire_tm_default {
|
||||
atmel,pins =
|
||||
<AT91_PIOD 14 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user