nexys4ddr.dts (8a103df440afea30c91ebd42e61dc644e647f4bd) | nexys4ddr.dts (b35565bb16a55e5b8c5067e891b7b31a4359bda6) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 | |
2/dts-v1/; 3 4#include "microAptiv.dtsi" 5 6/ { 7 compatible = "digilent,nexys4ddr"; 8 | 1/dts-v1/; 2 3#include "microAptiv.dtsi" 4 5/ { 6 compatible = "digilent,nexys4ddr"; 7 |
8 aliases { 9 serial0 = &axi_uart16550; 10 }; 11 chosen { 12 bootargs = "console=ttyS0,115200"; 13 stdout-path = "serial0:115200n8"; 14 }; 15 |
|
9 memory { 10 device_type = "memory"; 11 reg = <0x0 0x08000000>; 12 }; 13 14 cpuintc: interrupt-controller { 15 #address-cells = <0>; 16 #interrupt-cells = <1>; --- 94 unchanged lines hidden --- | 16 memory { 17 device_type = "memory"; 18 reg = <0x0 0x08000000>; 19 }; 20 21 cpuintc: interrupt-controller { 22 #address-cells = <0>; 23 #interrupt-cells = <1>; --- 94 unchanged lines hidden --- |