Leo Yan | b4d7134 | 2024-04-14 08:27:39 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2020-2024, Arm Limited. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | |
| 9 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
| 10 | #include <dt-bindings/interrupt-controller/irq.h> |
| 11 | #include <platform_def.h> |
| 12 | |
Leo Yan | 4d4a197 | 2024-04-24 09:53:21 +0100 | [diff] [blame] | 13 | #define MHU_TX_ADDR 46040000 /* hex */ |
| 14 | #define MHU_RX_ADDR 46140000 /* hex */ |
Boyan Karatotev | cd2b4cc | 2024-04-24 10:09:18 +0100 | [diff] [blame] | 15 | |
Yu Shihai | a64b82a | 2024-07-08 09:50:02 +0100 | [diff] [blame] | 16 | #define RSE_MHU_TX_ADDR 49010000 /* hex */ |
| 17 | #define RSE_MHU_RX_ADDR 49110000 /* hex */ |
| 18 | |
Jagdish Gediya | 9247a60 | 2024-04-24 15:20:21 +0100 | [diff] [blame] | 19 | #define LIT_CPU_PMU_COMPATIBLE "arm,cortex-a520-pmu" |
| 20 | #define MID_CPU_PMU_COMPATIBLE "arm,cortex-a725-pmu" |
| 21 | #define BIG_CPU_PMU_COMPATIBLE "arm,cortex-x925-pmu" |
| 22 | |
Jackson Cooper-Driver | 6141897 | 2024-04-24 10:27:58 +0100 | [diff] [blame] | 23 | #define ETHERNET_ADDR 18000000 |
| 24 | #define ETHERNET_INT 109 |
| 25 | |
| 26 | #define SYS_REGS_ADDR 1c010000 |
| 27 | |
| 28 | #define MMC_ADDR 1c050000 |
| 29 | #define MMC_INT_0 107 |
| 30 | #define MMC_INT_1 108 |
| 31 | |
| 32 | #define RTC_ADDR 1c170000 |
| 33 | #define RTC_INT 100 |
| 34 | |
| 35 | #define KMI_0_ADDR 1c060000 |
| 36 | #define KMI_0_INT 197 |
| 37 | #define KMI_1_ADDR 1c070000 |
| 38 | #define KMI_1_INT 103 |
| 39 | |
| 40 | #define VIRTIO_BLOCK_ADDR 1c130000 |
| 41 | #define VIRTIO_BLOCK_INT 204 |
| 42 | |
Jagdish Gediya | 12129d9 | 2024-07-01 05:29:19 +0000 | [diff] [blame] | 43 | #if TARGET_FLAVOUR_FPGA |
| 44 | #define DPU_ADDR 2cc00000 |
| 45 | #define DPU_IRQ 69 |
| 46 | #endif |
| 47 | |
Leo Yan | b4d7134 | 2024-04-14 08:27:39 +0100 | [diff] [blame] | 48 | #include "tc-common.dtsi" |
| 49 | #if TARGET_FLAVOUR_FVP |
| 50 | #include "tc-fvp.dtsi" |
Leo Yan | 815f550 | 2024-04-24 09:57:28 +0100 | [diff] [blame] | 51 | #else |
| 52 | #include "tc-fpga.dtsi" |
Leo Yan | b4d7134 | 2024-04-14 08:27:39 +0100 | [diff] [blame] | 53 | #endif /* TARGET_FLAVOUR_FVP */ |
Leo Yan | 35255f0 | 2024-04-30 11:27:17 +0100 | [diff] [blame] | 54 | #include "tc3-4-base.dtsi" |
Leo Yan | 6705ff0 | 2024-04-14 22:09:34 +0100 | [diff] [blame] | 55 | |
| 56 | / { |
Leo Yan | 0fed0ea | 2024-05-31 12:21:58 +0100 | [diff] [blame] | 57 | /* |
| 58 | * The kaslr-seed node is a placeholder in DT. In the booting |
| 59 | * sequence, it will be initialized in U-Boot and then later |
| 60 | * used by Linux kernel. |
| 61 | */ |
| 62 | chosen { |
| 63 | kaslr-seed = <0x0 0x0>; |
| 64 | }; |
| 65 | |
Jagdish Gediya | c71080f | 2024-04-23 13:46:41 +0100 | [diff] [blame] | 66 | spe-pmu-mid { |
| 67 | status = "okay"; |
| 68 | }; |
| 69 | |
| 70 | spe-pmu-big { |
| 71 | status = "okay"; |
| 72 | }; |
| 73 | |
Jagdish Gediya | 60dbd80 | 2024-04-23 14:44:04 +0100 | [diff] [blame] | 74 | ni-pmu { |
| 75 | compatible = "arm,ni-tower"; |
| 76 | reg = <0x0 0x4f000000 0x0 0x4000000>; |
| 77 | }; |
| 78 | |
Leo Yan | 983fd45 | 2024-06-04 12:51:12 +0100 | [diff] [blame] | 79 | #if TARGET_FLAVOUR_FVP |
| 80 | smmu_700: iommu@3f000000 { |
| 81 | status = "okay"; |
| 82 | }; |
Jackson Cooper-Driver | ce5b903 | 2024-06-04 13:15:00 +0100 | [diff] [blame] | 83 | |
| 84 | smmu_700_dpu: iommu@4002a00000 { |
| 85 | status = "okay"; |
| 86 | }; |
Ben Horgan | 303c3ce | 2024-06-04 13:22:53 +0100 | [diff] [blame] | 87 | #else |
| 88 | smmu_600: smmu@2ce00000 { |
| 89 | status = "okay"; |
| 90 | }; |
Jackson Cooper-Driver | ce5b903 | 2024-06-04 13:15:00 +0100 | [diff] [blame] | 91 | #endif |
| 92 | |
| 93 | dp0: display@DPU_ADDR { |
| 94 | #if TARGET_FLAVOUR_FVP |
| 95 | iommus = <&smmu_700_dpu 0x000>, <&smmu_700_dpu 0x100>, |
| 96 | <&smmu_700_dpu 0x200>, <&smmu_700_dpu 0x600>; |
Ben Horgan | 303c3ce | 2024-06-04 13:22:53 +0100 | [diff] [blame] | 97 | #else /* TARGET_FLAVOUR_FPGA */ |
| 98 | iommus = <&smmu_600 0>, <&smmu_600 1>, <&smmu_600 2>, <&smmu_600 3>, |
| 99 | <&smmu_600 4>, <&smmu_600 5>, <&smmu_600 6>, <&smmu_600 7>, |
| 100 | <&smmu_600 8>, <&smmu_600 9>; |
Leo Yan | 983fd45 | 2024-06-04 12:51:12 +0100 | [diff] [blame] | 101 | #endif |
Jackson Cooper-Driver | ce5b903 | 2024-06-04 13:15:00 +0100 | [diff] [blame] | 102 | }; |
Leo Yan | 983fd45 | 2024-06-04 12:51:12 +0100 | [diff] [blame] | 103 | |
| 104 | gpu: gpu@2d000000 { |
Leo Yan | 41606fc | 2024-04-22 18:02:52 +0100 | [diff] [blame] | 105 | interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH 0>, |
| 106 | <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH 0>, |
| 107 | <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH 0>; |
| 108 | interrupt-names = "JOB", "MMU", "GPU"; |
Leo Yan | 983fd45 | 2024-06-04 12:51:12 +0100 | [diff] [blame] | 109 | #if TARGET_FLAVOUR_FVP |
| 110 | iommus = <&smmu_700 0x200>; |
| 111 | #endif |
| 112 | }; |
Leo Yan | 6705ff0 | 2024-04-14 22:09:34 +0100 | [diff] [blame] | 113 | }; |