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/f4b40d47d6fa
branches: trunk
changeset: 356582:f4b40d47d6fa
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 74f645303409 -r f4b40d47d6fa 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