Commit fe100b38 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: Add silicon id node



This register describes the silicon id and chip unique id. It varies
between CPU revisions, but is always part of the SCU.

Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20200921091644.133107-4-joel@jms.id.au


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e0218dca
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -192,6 +192,11 @@
					status = "disabled";
				};

				silicon-id@7c {
					compatible = "aspeed,ast2400-silicon-id", "aspeed,silicon-id";
					reg = <0x7c 0x4>;
				};

				pinctrl: pinctrl@80 {
					reg = <0x80 0x18>, <0xa0 0x10>;
					compatible = "aspeed,ast2400-pinctrl";
+5 −0
Original line number Diff line number Diff line
@@ -239,6 +239,11 @@
					status = "disabled";
				};

				silicon-id@7c {
					compatible = "aspeed,ast2500-silicon-id", "aspeed,silicon-id";
					reg = <0x7c 0x4 0x150 0x8>;
				};

				pinctrl: pinctrl@80 {
					compatible = "aspeed,ast2500-pinctrl";
					reg = <0x80 0x18>, <0xa0 0x10>;
+5 −0
Original line number Diff line number Diff line
@@ -311,6 +311,11 @@
					compatible = "aspeed,ast2600-pinctrl";
				};

				silicon-id@14 {
					compatible = "aspeed,ast2600-silicon-id", "aspeed,silicon-id";
					reg = <0x14 0x4 0x5b0 0x8>;
				};

				smp-memram@180 {
					compatible = "aspeed,ast2600-smpmem";
					reg = <0x180 0x40>;