As of 4fc81d45e35cd4cf3ff19d2a837c6f15c1afbf4b, the spec seems to leave the semantics here undefined: ```dts / { 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.