Add a DT node for eFuse.

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

diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi 
b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
index 30a7782aa0d9..8f96d4e4c46b 100644
--- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
@@ -81,6 +81,14 @@ iso: syscon@7000 {
                                ranges = <0x0 0x7000 0x1000>;
                        };
 
+                       efuse: efuse@17000 {
+                               compatible = "realtek,rtd1195-efuse";
+                               reg = <0x17000 0x400>;
+                               read-only;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                       };
+
                        sb2: syscon@1a000 {
                                compatible = "syscon", "simple-mfd";
                                reg = <0x1a000 0x1000>;
@@ -194,6 +202,13 @@ uart2: serial@400 {
        };
 };
 
+&otp {
+       otp_package_id: package-id@1d8 {
+               reg = <0x1d8 0x1>;
+               bits = <0 2>;
+       };
+};
+
 &sb2 {
        sb2_hd_sem: hwspinlock@0 {
                compatible = "realtek,rtd1195-sb2-sem";
-- 
2.26.2

Reply via email to