Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeMidnight
uart0: serial@ff000000 {
	u-boot,dm-pre-reloc;
	compatible = "cdns,uart-r1p12", "xlnx,xuartps";
	status = "okay";
	interrupt-parent = <&gic>;
	interrupts = <0 21 4>;
	reg = <0x0 0xff000000 0x0 0x1000>;
	clock-names = "uart_clk", "pclk";
	power-domains = <&zynqmp_firmware PD_UART_0>;
};

uart1: serial@ff010000 {
	u-boot,dm-pre-reloc;
	compatible = "cdns,uart-r1p12", "xlnx,xuartps";
	status = "okay";
	interrupt-parent = <&gic>;
	interrupts = <0 22 4>;
	reg = <0x0 0xff010000 0x0 0x1000>;
	clock-names = "uart_clk", "pclk";
	power-domains = <&zynqmp_firmware PD_UART_1>;
};


Test procedure

No test requiredNone