Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
entity-manager
/
d63d18ac8c7f0a2e6b02a2f5cff465b1915db0da
/
.
/
overlay_templates
/
pmbus.template
blob: b48780bf8adeaed9a282566a6c4d3ba073f0347d [
file
] [
log
] [
blame
]
/dts-v1/
;
/plugin/
;
/
{
compatible
=
"$platform"
;
fragment@0
{
target
=
<&
i2c$bus
>;
__overlay__
{
#address-cells = <1>;
#size-cells = <0>;
status
=
"okay"
;
pmbus@$Name
{
compatible
=
"pmbus"
;
reg
=
<
$address
>;
oemname1
=
"$Name"
;
};
};
};
};