mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user