mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-26 07:35:44 +08:00
arm64: dts: gxbb clock controller
Add the clock controller node for the AmLogic GXBB machine. Signed-off-by: Michael Turquette <mturquette@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
4b7bed3852
commit
ba6a6c7fa6
@ -315,6 +315,12 @@
|
|||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
|
ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
|
||||||
|
|
||||||
|
clkc: clock-controller@0 {
|
||||||
|
compatible = "amlogic,gxbb-clkc";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
reg = <0x0 0x0 0x0 0x3db>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
apb: apb@d0000000 {
|
apb: apb@d0000000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user