Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/dts add Security ID EFUSE node



details:   https://anonhg.NetBSD.org/src/rev/9541be0bf099
branches:  trunk
changeset: 826883:9541be0bf099
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Oct 03 23:42:35 2017 +0000

description:
add Security ID EFUSE node

diffstat:

 sys/arch/arm/dts/sun8i-h3.dtsi |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r f439c14f73da -r 9541be0bf099 sys/arch/arm/dts/sun8i-h3.dtsi
--- a/sys/arch/arm/dts/sun8i-h3.dtsi    Tue Oct 03 23:42:17 2017 +0000
+++ b/sys/arch/arm/dts/sun8i-h3.dtsi    Tue Oct 03 23:42:35 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i-h3.dtsi,v 1.3 2017/10/02 22:51:15 jmcneill Exp $ */
+/* $NetBSD: sun8i-h3.dtsi,v 1.4 2017/10/03 23:42:35 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -70,6 +70,11 @@
                        #address-cells = <1>;
                        #size-cells = <0>;
                };
+
+               sid: eeprom@1c14000 {
+                       compatible = "allwinner,sun8i-h3-sid";
+                       reg = <0x01c14000 0x400>;
+               };
        };
 };
 



Home | Main Index | Thread Index | Old Index