diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-08 19:00:46 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-08 19:00:46 +0000 |
commit | 0db636cb5e9747c177d4fe9ae36c20987819a1b6 (patch) | |
tree | b45f33ee0918192a1d0373c223d19aa906875c98 /src/arc/axc001.dtsi | |
parent | 2131505c51f1ac8ac0a6db71efcda1b4bd61084b (diff) |
Notes
Diffstat (limited to 'src/arc/axc001.dtsi')
-rw-r--r-- | src/arc/axc001.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arc/axc001.dtsi b/src/arc/axc001.dtsi index fdc266504ada2..37be3bf03ad63 100644 --- a/src/arc/axc001.dtsi +++ b/src/arc/axc001.dtsi @@ -41,7 +41,7 @@ * this GPIO block ORs all interrupts on CPU card (creg,..) * to uplink only 1 IRQ to ARC core intc */ - dw-apb-gpio@0x2000 { + dw-apb-gpio@2000 { compatible = "snps,dw-apb-gpio"; reg = < 0x2000 0x80 >; #address-cells = <1>; @@ -60,7 +60,7 @@ }; }; - debug_uart: dw-apb-uart@0x5000 { + debug_uart: dw-apb-uart@5000 { compatible = "snps,dw-apb-uart"; reg = <0x5000 0x100>; clock-frequency = <33333000>; @@ -88,7 +88,7 @@ * avoid duplicating the MB dtsi file given that IRQ from * this intc to cpu intc are different for axs101 and axs103 */ - mb_intc: dw-apb-ictl@0xe0012000 { + mb_intc: dw-apb-ictl@e0012000 { #interrupt-cells = <1>; compatible = "snps,dw-apb-ictl"; reg = < 0x0 0xe0012000 0x0 0x200 >; |