1
0
Fork 0

arm: dts: mt7623: add subsystem clock controller device nodes

Add MT7623 subsystem clock controllers for hifsys and ethsys.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
hifive-unleashed-5.1
John Crispin 2017-04-26 17:25:48 +08:00 committed by Matthias Brugger
parent fbf6ad107f
commit 8bb656d957
1 changed files with 16 additions and 0 deletions

View File

@ -190,4 +190,20 @@
clock-names = "baud", "bus";
status = "disabled";
};
hifsys: syscon@1a000000 {
compatible = "mediatek,mt7623-hifsys",
"mediatek,mt2701-hifsys",
"syscon";
reg = <0 0x1a000000 0 0x1000>;
#clock-cells = <1>;
};
ethsys: syscon@1b000000 {
compatible = "mediatek,mt7623-ethsys",
"mediatek,mt2701-ethsys",
"syscon";
reg = <0 0x1b000000 0 0x1000>;
#clock-cells = <1>;
};
};