1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Copyright 2015-2016 Freescale Semiconductor 4 * Copyright 2016-2018 NXP 5 */ 6 7 #include <dt-bindings/interrupt-controller/arm 8 9 /memreserve/ 0x80000000 0x00010000; 10 11 / { 12 compatible = "fsl,s32v234"; 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 16 17 aliases { 18 serial0 = &uart0; 19 serial1 = &uart1; 20 }; 21 22 cpus { 23 #address-cells = <2>; 24 #size-cells = <0>; 25 26 cpu0: cpu@0 { 27 device_type = "cpu"; 28 compatible = "arm,cort 29 reg = <0x0 0x0>; 30 enable-method = "spin- 31 cpu-release-addr = <0x 32 next-level-cache = <&c 33 }; 34 35 cpu1: cpu@1 { 36 device_type = "cpu"; 37 compatible = "arm,cort 38 reg = <0x0 0x1>; 39 enable-method = "spin- 40 cpu-release-addr = <0x 41 next-level-cache = <&c 42 }; 43 44 cpu2: cpu@100 { 45 device_type = "cpu"; 46 compatible = "arm,cort 47 reg = <0x0 0x100>; 48 enable-method = "spin- 49 cpu-release-addr = <0x 50 next-level-cache = <&c 51 }; 52 53 cpu3: cpu@101 { 54 device_type = "cpu"; 55 compatible = "arm,cort 56 reg = <0x0 0x101>; 57 enable-method = "spin- 58 cpu-release-addr = <0x 59 next-level-cache = <&c 60 }; 61 62 cluster0_l2_cache: l2-cache0 { 63 compatible = "cache"; 64 cache-level = <2>; 65 cache-unified; 66 }; 67 68 cluster1_l2_cache: l2-cache1 { 69 compatible = "cache"; 70 cache-level = <2>; 71 cache-unified; 72 }; 73 }; 74 75 timer { 76 compatible = "arm,armv8-timer" 77 interrupts = <GIC_PPI 13 (GIC_ 78 IRQ_ 79 <GIC_PPI 14 (GIC_ 80 IRQ_ 81 <GIC_PPI 11 (GIC_ 82 IRQ_ 83 <GIC_PPI 10 (GIC_ 84 IRQ_ 85 /* clock-frequency might be mo 86 * chip version. 87 */ 88 clock-frequency = <10000000>; 89 }; 90 91 gic: interrupt-controller@7d001000 { 92 compatible = "arm,cortex-a15-g 93 #interrupt-cells = <3>; 94 #address-cells = <0>; 95 interrupt-controller; 96 reg = <0 0x7d001000 0 0x1000>, 97 <0 0x7d002000 0 0x2000>, 98 <0 0x7d004000 0 0x2000>, 99 <0 0x7d006000 0 0x2000>; 100 interrupts = <GIC_PPI 9 (GIC_C 101 IRQ_T 102 }; 103 104 soc { 105 #address-cells = <2>; 106 #size-cells = <2>; 107 compatible = "simple-bus"; 108 interrupt-parent = <&gic>; 109 ranges; 110 111 aips0: bus@40000000 { 112 compatible = "simple-b 113 #address-cells = <2>; 114 #size-cells = <2>; 115 interrupt-parent = <&g 116 reg = <0x0 0x40000000 117 ranges; 118 119 uart0: serial@40053000 120 compatible = " 121 reg = <0x0 0x4 122 interrupts = < 123 status = "disa 124 }; 125 }; 126 127 aips1: bus@40080000 { 128 compatible = "simple-b 129 #address-cells = <2>; 130 #size-cells = <2>; 131 interrupt-parent = <&g 132 reg = <0x0 0x40080000 133 ranges; 134 135 uart1: serial@400bc000 136 compatible = " 137 reg = <0x0 0x4 138 interrupts = < 139 status = "disa 140 }; 141 }; 142 }; 143 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.