Re: [PATCH v0 3/5] arm64: dts: aspeed: Add initial AST2700 SoC device tree
From: Krzysztof Kozlowski
Date: Thu Jun 12 2025 - 06:20:26 EST
On 12/06/2025 12:09, Ryan Chen wrote:
> +
> + soc0: soc@10000000 {
> + compatible = "simple-bus";
> + reg = <0x0 0x10000000 0x10000000>;
> + #address-cells = <2>;
> + #size-cells = <1>;
> + ranges;
> +
> + syscon0: syscon@12c02000 {
> + compatible = "aspeed,ast2700-scu0", "syscon", "simple-mfd";
This makes no sense - no children here.
> + reg = <0x0 0x12c02000 0x1000>;
> + ranges = <0x0 0x0 0 0x12c02000 0x1000>;
Neither this.
> + #address-cells = <2>;
> + #size-cells = <1>;
Nor this.
Best regards,
Krzysztof