Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20200921091644.133107-4-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>

+15
+5
arch/arm/boot/dts/aspeed-g4.dtsi
··· 192 192 status = "disabled"; 193 193 }; 194 194 195 + silicon-id@7c { 196 + compatible = "aspeed,ast2400-silicon-id", "aspeed,silicon-id"; 197 + reg = <0x7c 0x4>; 198 + }; 199 + 195 200 pinctrl: pinctrl@80 { 196 201 reg = <0x80 0x18>, <0xa0 0x10>; 197 202 compatible = "aspeed,ast2400-pinctrl";
+5
arch/arm/boot/dts/aspeed-g5.dtsi
··· 239 239 status = "disabled"; 240 240 }; 241 241 242 + silicon-id@7c { 243 + compatible = "aspeed,ast2500-silicon-id", "aspeed,silicon-id"; 244 + reg = <0x7c 0x4 0x150 0x8>; 245 + }; 246 + 242 247 pinctrl: pinctrl@80 { 243 248 compatible = "aspeed,ast2500-pinctrl"; 244 249 reg = <0x80 0x18>, <0xa0 0x10>;
+5
arch/arm/boot/dts/aspeed-g6.dtsi
··· 311 311 compatible = "aspeed,ast2600-pinctrl"; 312 312 }; 313 313 314 + silicon-id@14 { 315 + compatible = "aspeed,ast2600-silicon-id", "aspeed,silicon-id"; 316 + reg = <0x14 0x4 0x5b0 0x8>; 317 + }; 318 + 314 319 smp-memram@180 { 315 320 compatible = "aspeed,ast2600-smpmem"; 316 321 reg = <0x180 0x40>;