aboutsummaryrefslogtreecommitdiff
path: root/Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-04-19 16:04:55 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-04-19 16:04:55 +0000
commit48aa10e065908667e32e3aab09f1c787cd127470 (patch)
tree141762c42a29902f49f1d104ba845bff099f3c9f /Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml
parent1fcc28bca1057f051708a8fc59129ea42c574693 (diff)
downloadsrc-vendor/device-tree.tar.gz
src-vendor/device-tree.zip
Import device-tree files from Linux 6.8vendor/device-tree/6.8vendor/device-tree
Diffstat (limited to 'Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml')
-rw-r--r--Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml b/Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml
index 16977e4e4357..c6bce40946d4 100644
--- a/Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml
+++ b/Bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml
@@ -158,3 +158,36 @@ examples:
};
};
};
+
+ - |
+ system-controller@ff63c000 {
+ compatible = "amlogic,meson-axg-hhi-sysctrl", "simple-mfd", "syscon";
+ reg = <0xff63c000 0x400>;
+
+ clock-controller {
+ compatible = "amlogic,axg-clkc";
+ #clock-cells = <1>;
+ clocks = <&xtal>;
+ clock-names = "xtal";
+ };
+
+ power-controller {
+ compatible = "amlogic,meson-axg-pwrc";
+ #power-domain-cells = <1>;
+ amlogic,ao-sysctrl = <&sysctrl_AO>;
+
+ resets = <&reset_viu>,
+ <&reset_venc>,
+ <&reset_vcbus>,
+ <&reset_vencl>,
+ <&reset_vid_lock>;
+ reset-names = "viu", "venc", "vcbus", "vencl", "vid_lock";
+ clocks = <&clk_vpu>, <&clk_vapb>;
+ clock-names = "vpu", "vapb";
+ };
+
+ phy {
+ compatible = "amlogic,axg-mipi-pcie-analog-phy";
+ #phy-cells = <0>;
+ };
+ };