mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
arm64: allwinner: sun50i-a64: Add dt node for the syscon control module
This patch add the dt node for the syscon register present on the Allwinner A64. Only two register are present in this syscon and the only one useful is the one dedicated to EMAC clock. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6f9461d6a4
commit
b89acf34c6
@ -129,6 +129,12 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
|
syscon: syscon@1c00000 {
|
||||||
|
compatible = "allwinner,sun50i-a64-system-controller",
|
||||||
|
"syscon";
|
||||||
|
reg = <0x01c00000 0x1000>;
|
||||||
|
};
|
||||||
|
|
||||||
mmc0: mmc@1c0f000 {
|
mmc0: mmc@1c0f000 {
|
||||||
compatible = "allwinner,sun50i-a64-mmc";
|
compatible = "allwinner,sun50i-a64-mmc";
|
||||||
reg = <0x01c0f000 0x1000>;
|
reg = <0x01c0f000 0x1000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user