diff options
| author | Christian Marangi <[email protected]> | 2025-03-14 19:59:24 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-01 08:44:51 -0600 |
| commit | 83972387a52712acf98e4827c0d09b72ea970088 (patch) | |
| tree | b93b5533b7e1f2c99cd407ceaec3e0c589c36c45 | |
| parent | b02b8b767624a859a2776c11822119392702bbab (diff) | |
arm64: dts: airoha: en7581: Add Clock Controller node
Add Clock Controller node for EN7581 SoC to correctly expose supported
clock for any user in the SoC.
Signed-off-by: Christian Marangi <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
[ upstream commit: 7693017580e9be839fa5f27130bb6500f3597595 ]
| -rw-r--r-- | dts/upstream/src/arm64/airoha/en7581.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/airoha/en7581.dtsi b/dts/upstream/src/arm64/airoha/en7581.dtsi index 55eb1762fb1..f584409e72c 100644 --- a/dts/upstream/src/arm64/airoha/en7581.dtsi +++ b/dts/upstream/src/arm64/airoha/en7581.dtsi @@ -2,6 +2,7 @@ #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/arm-gic.h> +#include <dt-bindings/clock/en7523-clk.h> / { interrupt-parent = <&gic>; @@ -142,6 +143,13 @@ interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>; }; + scuclk: clock-controller@1fa20000 { + compatible = "airoha,en7581-scu"; + reg = <0x0 0x1fb00000 0x0 0x970>; + #clock-cells = <1>; + #reset-cells = <1>; + }; + uart1: serial@1fbf0000 { compatible = "ns16550"; reg = <0x0 0x1fbf0000 0x0 0x30>; |
