/* * Copyright 2021 NXP * * SPDX-License-Identifier: Apache-2.0 */ #include #include #include / { #address-cells = <1>; #size-cells = <1>; cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a72"; reg = <0>; }; cpu@1 { device_type = "cpu"; compatible = "arm,cortex-a72"; reg = <1>; }; cpu@2 { device_type = "cpu"; compatible = "arm,cortex-a72"; reg = <2>; }; cpu@3 { device_type = "cpu"; compatible = "arm,cortex-a72"; reg = <3>; }; }; gic: interrupt-controller@1410000 { compatible = "arm,gic"; reg = <0x01410000 0x10000>, /* GICD */ <0x0142f000 0x1000>; /* GICC */ interrupt-controller; #interrupt-cells = <4>; label = "GIC"; status = "okay"; }; psci: psci { compatible = "arm,psci-0.2"; method = "smc"; label = "PSCI"; }; sram0: memory@c0000000 { reg = <0xc0000000 DT_SIZE_M(1)>; }; timer { compatible = "arm,armv8-timer"; interrupt-parent = <&gic>; interrupts = , , , ; label = "arch_timer"; }; uart1: serial@21c0600 { compatible = "fsl,ns16550", "ns16550"; reg = <0x21c0600 0x100>; interrupt-parent = <&gic>; interrupts = ; clock-frequency = <350000000>; label = "UART_1"; status = "disabled"; }; };