[PATCH v3 05/19] dt-bindings: soc: starfive: Add starfive,jh7110-vout-subsystem
Krzysztof Kozlowski
krzk at kernel.org
Thu Sep 10 01:21:21 PDT 2026
On Fri, Sep 04, 2026 at 03:27:06PM +0200, Michal Wilczynski wrote:
> +required:
> + - compatible
> + - reg
> + - clocks
> + - resets
> + - power-domains
> + - ranges
> + - "#address-cells"
> + - "#size-cells"
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/clock/starfive,jh7110-crg.h>
> + #include <dt-bindings/power/starfive,jh7110-pmu.h>
> + #include <dt-bindings/reset/starfive,jh7110-crg.h>
> +
> + soc {
> + #address-cells = <2>;
> + #size-cells = <2>;
> +
> + display-subsystem at 29400000 {
> + compatible = "starfive,jh7110-vout-subsystem";
> + reg = <0x0 0x29400000 0x0 0x200000>;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> + clocks = <&syscrg JH7110_SYSCLK_NOC_BUS_DISP_AXI>;
> + dma-noncoherent;
> + power-domains = <&pwrc JH7110_PD_VOUT>;
> + resets = <&syscrg JH7110_SYSRST_NOC_BUS_DISP_AXI>;
> +
> + syscon at 295b0000 {
> + compatible = "starfive,jh7110-vout-syscon", "syscon";
> + reg = <0x0 0x295b0000 0x0 0x10000>;
> + };
Please make the example complete.
Best regards,
Krzysztof
More information about the Linux-rockchip
mailing list