Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /dts-v1/;
- / {
- #address-cells = <0x02>;
- #size-cells = <0x02>;
- interrupt-parent = <0x01>;
- model = "Generated";
- compatible = "xlnx,versal-net";
- memory@100000 {
- #address-cells = <0x02>;
- #size-cells = <0x02>;
- device_type = "memory";
- reg = <0x00 0x100000 0x00 0x20000000>;
- };
- chosen {
- xen,xen-bootargs = "console=dtuart dtuart=serial0";
- #mpu,address-cells = <0x01>;
- #mpu,size-cells = <0x01>;
- mpu,boot-module-section = <0xa00000 0x300000>;
- mpu,guest-memory-section = <0xd00000 0x1000000>;
- mpu,device-memory-section = <0x80000000 0x7ffff000>;
- xen,static-heap = <0x0 0x1d00000 0x0 0x800000>;
- };
- cpus {
- #address-cells = <0x02>;
- #size-cells = <0x00>;
- cpu-map {
- cluster0 {
- core0 {
- thread0 {
- cpu = <0x02>;
- };
- };
- core1 {
- thread0 {
- cpu = <0x03>;
- };
- };
- };
- };
- cpu@0 {
- device_type = "cpu";
- compatible = "arm,armv8";
- reg = <0x00 0x00>;
- phandle = <0x02>;
- };
- cpu@1 {
- device_type = "cpu";
- compatible = "arm,armv8";
- reg = <0x00 0x01>;
- phandle = <0x03>;
- };
- };
- interrupt-controller@e2000000 {
- compatible = "arm,gic-v3";
- #interrupt-cells = <0x03>;
- reg = <0x00 0xe2000000 0x00 0x10000 0x00 0xe2100000 0x00 0x200000 0x00 0xe2060000 0x00 0x200000>;
- interrupt-controller;
- interrupts = <0x01 0x09 0x04>;
- phandle = <0x01>;
- };
- serial@f1920000 {
- u-boot,dm-pre-reloc;
- compatible = "arm,pl011\0arm,sbsa-uart";
- reg = <0x00 0xf1920000 0x00 0x1000>;
- interrupts = <0x00 0x19 0x04>;
- clock-names = "uartclk\0apb_pclk";
- clocks = <0x11 0x11>;
- clock = <0xf4240>;
- current-speed = <0x1c200>;
- skip-init;
- phandle = <0x2e>;
- };
- timer {
- compatible = "arm,armv8-timer";
- interrupts = <0x01 0x0d 0x04 0x01 0x0e 0x04 0x01 0x0b 0x04 0x01 0x0a 0x04>;
- phandle = <0x15>;
- };
- aliases {
- serial0 = "/serial@f1920000";
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement