arm64: dts: allwinner: a64: Add SID node

The A64 have a SID controller which consist of EFUSE (starting at 0x200)
and three registers to read/write some of the protected efuses.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Emmanuel Vadot 2018-07-27 13:52:02 +02:00 committed by Maxime Ripard
parent 5b394b2ddf
commit ac947b179b
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 5 additions and 0 deletions

View File

@ -270,6 +270,11 @@
#size-cells = <0>;
};
sid: eeprom@1c14000 {
compatible = "allwinner,sun50i-a64-sid";
reg = <0x1c14000 0x400>;
};
usb_otg: usb@1c19000 {
compatible = "allwinner,sun8i-a33-musb";
reg = <0x01c19000 0x0400>;