mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +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;
|
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 {
|
ahb {
|
||||||
apb {
|
apb {
|
||||||
qspi: spi@f0014000 {
|
qspi: spi@f0014000 {
|
||||||
@@ -44,6 +56,11 @@
|
|||||||
AT91_PIOB 24 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>;
|
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