diff options
Diffstat (limited to 'fdts/fvp-base-gicv3-psci-aarch32-1t.dts')
-rw-r--r-- | fdts/fvp-base-gicv3-psci-aarch32-1t.dts | 38 |
1 files changed, 6 insertions, 32 deletions
diff --git a/fdts/fvp-base-gicv3-psci-aarch32-1t.dts b/fdts/fvp-base-gicv3-psci-aarch32-1t.dts index d1d33485c..a31c70374 100644 --- a/fdts/fvp-base-gicv3-psci-aarch32-1t.dts +++ b/fdts/fvp-base-gicv3-psci-aarch32-1t.dts @@ -4,38 +4,12 @@ * SPDX-License-Identifier: BSD-3-Clause */ -/dts-v1/; - -#include "fvp-base-gicv3-psci-aarch32-common.dtsi" - -&CPU0 { - reg = <0x0>; -}; - -&CPU1 { - reg = <0x100>; -}; +/* Configuration: max 4 clusters with up to 4 CPUs with 1 thread per each */ -&CPU2 { - reg = <0x200>; -}; - -&CPU3 { - reg = <0x300>; -}; - -&CPU4 { - reg = <0x10000>; -}; - -&CPU5 { - reg = <0x10100>; -}; +/dts-v1/; -&CPU6 { - reg = <0x10200>; -}; +#define AFF 00 +#define REG_32 -&CPU7 { - reg = <0x10300>; -}; +#include "fvp-defs.dtsi" +#include "fvp-base-gicv3-psci-aarch32-common.dtsi" |