[PATCH v2 23/29] arm64: dts: realtek: rtd13xx: Add eFuse node

Andreas Färber afaerber at suse.de
Mon Jun 22 22:51:00 EDT 2020


Add a DT node for eFuse.

Signed-off-by: Andreas Färber <afaerber at suse.de>
---
 v2: New
 
 arch/arm64/boot/dts/realtek/rtd13xx.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/realtek/rtd13xx.dtsi b/arch/arm64/boot/dts/realtek/rtd13xx.dtsi
index e4271ef5cb1e..ed5ee7cc6a44 100644
--- a/arch/arm64/boot/dts/realtek/rtd13xx.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd13xx.dtsi
@@ -139,6 +139,14 @@ iso: syscon at 7000 {
 				ranges = <0x0 0x7000 0x1000>;
 			};
 
+			efuse: efuse at 17000 {
+				compatible = "realtek,rtd1195-efuse";
+				reg = <0x17000 0x1000>;
+				read-only;
+				#address-cells = <1>;
+				#size-cells = <1>;
+			};
+
 			sb2: syscon at 1a000 {
 				compatible = "syscon", "simple-mfd";
 				reg = <0x1a000 0x1000>;
-- 
2.26.2




More information about the linux-realtek-soc mailing list