diff options
Diffstat (limited to 'doc/device-tree')
-rw-r--r-- | doc/device-tree/examples/power9-phb4.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts index e5743f3..8da1cbc 100644 --- a/doc/device-tree/examples/power9-phb4.dts +++ b/doc/device-tree/examples/power9-phb4.dts @@ -192,6 +192,12 @@ clock-frequency = < 1843200 >; interrupts = <4>; }; + + impi@ie4 { + compatible = "ipmi-bt"; + reg = < 1 0xe4 0x3 >; + interrupts = <10>; + }; }; }; |