arm: dts: rockchip: px30: add and enable rng node
[oweals/u-boot.git] / arch / arm / dts / tegra186.dtsi
index f878b65325101859b7205ebc93a5cacead2194f2..0a9db9825b85d0ebaae38ef9b5398416bbe97340 100644 (file)
                #interrupt-cells = <2>;
        };
 
+       ethernet@2490000 {
+               compatible = "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10";
+               reg = <0x0 0x02490000 0x0 0x10000>;
+               interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&bpmp TEGRA186_CLK_AXI_CBB>,
+                       <&bpmp TEGRA186_CLK_EQOS_AXI>,
+                       <&bpmp TEGRA186_CLK_EQOS_RX>,
+                       <&bpmp TEGRA186_CLK_EQOS_PTP_REF>,
+                       <&bpmp TEGRA186_CLK_EQOS_TX>;
+               clock-names = "slave_bus",
+                       "master_bus",
+                       "rx",
+                       "ptp_ref",
+                       "tx";
+               resets = <&bpmp TEGRA186_RESET_EQOS>;
+               reset-names = "eqos";
+               phy-mode = "rgmii";
+               status = "disabled";
+       };
+
        uarta: serial@3100000 {
                compatible = "nvidia,tegra186-uart", "nvidia,tegra20-uart";
                reg = <0x0 0x03100000 0x0 0x10000>;
                #interrupt-cells = <2>;
        };
 
-       pcie-controller@10003000 {
+       pcie@10003000 {
                compatible = "nvidia,tegra186-pcie";
                device_type = "pci";
                reg = <0x0 0x10003000 0x0 0x00000800   /* PADS registers */