arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
authorSean Wang <sean.wang@mediatek.com>
Wed, 26 Apr 2017 09:26:03 +0000 (17:26 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 15 May 2017 08:47:09 +0000 (10:47 +0200)
Add rng  nodes to the mt7623.dtsi file.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt7623.dtsi

index 5ed9821..c21e19c 100644 (file)
                #clock-cells = <1>;
        };
 
+       rng: rng@1020f000 {
+               compatible = "mediatek,mt7623-rng";
+               reg = <0 0x1020f000 0 0x1000>;
+               clocks = <&infracfg CLK_INFRA_TRNG>;
+               clock-names = "rng";
+       };
+
        gic: interrupt-controller@10211000 {
                compatible = "arm,cortex-a7-gic";
                interrupt-controller;