diff options
Diffstat (limited to 'doc/device-tree')
-rw-r--r-- | doc/device-tree/examples/power9-phb4.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts index f25114ff..36de6e2e 100644 --- a/doc/device-tree/examples/power9-phb4.dts +++ b/doc/device-tree/examples/power9-phb4.dts @@ -152,6 +152,11 @@ reg = <0x5013000 0x300>; compatible = "ibm,power9-xive-x"; }; + + psihb@5012900 { + reg = <0x5012900 0x100>; + compatible = "ibm,power9-psihb-x", "ibm,psihb-x"; + }; }; lpcm-opb@6030000000000 { |