As of 4fc81d4, the spec seems to
leave the semantics here undefined:
/ {
bus {
compatible = "indirect-bus";
clock {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <32768>;
};
};
};
If we map in bus, do we always map in clock?
The current semantics for how nodes under an indirect-bus are included
or excluded rely on each node's reg property, which doesn't cover
this case.