Skip to content

Missing reg semantics for child nodes of indirect buses #170

@mbolivar-nordic

Description

@mbolivar-nordic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions