/* * Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG * SPDX-License-Identifier: Apache-2.0 */ #include #include #include #include / { cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a9"; reg = <0>; }; }; soc { interrupt-parent = <&gic>; ocm_low: memory@1000 { compatible = "xlnx,zynq-ocm"; reg = <0x00001000 DT_SIZE_K(188)>; zephyr,memory-region = "OCM"; }; ocm_high: memory@fffc0000 { compatible = "xlnx,zynq-ocm"; reg = <0xFFFC0000 DT_SIZE_K(256)>; }; arch_timer: timer@f8f00200 { compatible = "arm,armv8-timer"; status = "okay"; interrupt-names = "irq_0", "irq_1", "irq_2", "irq_3"; interrupts = , , , ; reg = <0xf8f00200 0x1C>; label = "arch_timer"; }; gic: interrupt-controller@f8f01000 { compatible = "arm,gic"; status = "okay"; reg = <0xf8f01000 0x1000>, <0xf8f00100 0x100>; interrupt-controller; #interrupt-cells = <4>; label = "gic"; }; gem0: ethernet@e000b000 { compatible = "xlnx,gem"; status = "disabled"; reg = <0xe000b000 0x1000>, <0xf8000140 0x4>; interrupts = , ; interrupt-names = "irq_0", "irq_1"; label = "gem0"; mdio-phy-address = ; phy-poll-interval = <1000>; link-speed = ; amba-ahb-dbus-width = ; amba-ahb-burst-length = ; hw-rx-buffer-size = ; hw-rx-buffer-offset = <0>; hw-tx-buffer-size-full; rx-buffer-descriptors = <32>; tx-buffer-descriptors = <32>; rx-buffer-size = <512>; tx-buffer-size = <512>; discard-rx-fcs; unicast-hash; full-duplex; }; gem1: ethernet@e000c000 { compatible = "xlnx,gem"; status = "disabled"; reg = <0xe000c000 0x1000>, <0xf8000144 0x4>; interrupts = , ; interrupt-names = "irq_0", "irq_1"; label = "gem1"; mdio-phy-address = ; phy-poll-interval = <1000>; link-speed = ; amba-ahb-dbus-width = ; amba-ahb-burst-length = ; hw-rx-buffer-size = ; hw-rx-buffer-offset = <0>; hw-tx-buffer-size-full; rx-buffer-descriptors = <32>; tx-buffer-descriptors = <32>; rx-buffer-size = <512>; tx-buffer-size = <512>; discard-rx-fcs; unicast-hash; full-duplex; }; uart0: uart@e0000000 { compatible = "xlnx,xuartps"; status = "disabled"; reg = <0xe0000000 0x4c>; interrupts = ; interrupt-names = "irq_0"; label = "uart0"; }; uart1: uart@e0001000 { compatible = "xlnx,xuartps"; status = "disabled"; reg = <0xe0001000 0x4c>; interrupts = ; interrupt-names = "irq_0"; label = "uart1"; }; }; };