arm: dts: rockchip: px30: add and enable rng node
[oweals/u-boot.git] / arch / arm / dts / at91-sama5d4_xplained.dts
index ea35dc21b6fe61e692302de7465b84c525d2ff35..7da5086865b84cb5bbbc1c1f422b00852cf029db 100644 (file)
                stdout-path = &usart3;
        };
 
+       onewire_tm: onewire {
+               gpios = <&pioE 15 GPIO_ACTIVE_LOW>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&pinctrl_onewire_tm_default>;
+               status = "okay";
+
+               w1_eeprom: w1_eeprom@0 {
+                       compatible = "maxim,ds24b33";
+                       status = "okay";
+               };
+       };
+
        memory {
                reg = <0x20000000 0x20000000>;
        };
                                status = "okay";
                                spi_flash@0 {
                                        u-boot,dm-pre-reloc;
-                                       compatible = "spi-flash";
+                                       compatible = "jedec,spi-nor";
                                        spi-max-frequency = <50000000>;
                                        reg = <0>;
                                };
                                                atmel,pins =
                                                        <AT91_PIOE 1 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
                                        };
+                                       pinctrl_onewire_tm_default: onewire_tm_default {
+                                               atmel,pins =
+                                                       <AT91_PIOE 15 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP>;
+                                       };
                                };
                        };
                };