From c493f0997d1cb107667e516c5d6ef00443922f5c Mon Sep 17 00:00:00 2001 From: Nathan Lee Date: Tue, 23 Jun 2026 21:54:22 -0500 Subject: move dts source into the emulator directory --- wrv32em-common.dts | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 wrv32em-common.dts (limited to 'wrv32em-common.dts') diff --git a/wrv32em-common.dts b/wrv32em-common.dts new file mode 100644 index 0000000..834d430 --- /dev/null +++ b/wrv32em-common.dts @@ -0,0 +1,38 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + memory@70000000 { + device_type = "memory"; + status = "okay"; + reg = <0x70000000 + 0x04000000>; + }; + /* + pcie@40000000 { + compatible = "vendor,soc-pci"; + device_type = "pci"; + status = "okay"; + + reg = <0x40000000 0x1000000>; + #address-cells = <3>; + #size-cells = <2>; + + bus-range = <0x00 0xff>; + + ranges = < + /* flag PCI address CPU address size *//* + 0x81000000 0x0 0x00000000 0x50000000 0x00100000 /*32-bit memory space*//* + 0x81000000 0x0 0x00000000 0x4f000000 0x00010000 /* IO space *//* + >; + + dma-ranges = < + 0x42000000 0x0 0x00000000 0x00000000 0xffffffff + >; + + + }; + */ +}; -- cgit v1.2.3