From: Sean Wang Date: Wed, 26 Apr 2017 09:26:03 +0000 (+0800) Subject: arm: dts: mt7623: add rng nodes to the mt7623.dtsi file X-Git-Tag: v4.13-rc1~168^2~20^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88b43a7b179859ef49797cbac902106d243a6373;p=karo-tx-linux.git arm: dts: mt7623: add rng nodes to the mt7623.dtsi file Add rng nodes to the mt7623.dtsi file. Signed-off-by: Sean Wang Signed-off-by: Matthias Brugger --- diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 5ed9821099c2..c21e19c8faba 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -195,6 +195,13 @@ #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;