configuration of Duart in LSDK for ls1046A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

configuration of Duart in LSDK for ls1046A

543 Views
rashmikj
Contributor III

How to configure duart in lsdk 1046a? can someone provide readme file?

Labels (1)
0 Kudos
2 Replies

505 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following section in arch/arm/dts/fsl-ls1046a.dtsi in u-boot source code.

duart0: serial@21c0500 {
compatible = "fsl,ns16550", "ns16550a";
reg = <0x00 0x21c0500 0x0 0x100>;
interrupts = <0 54 0x4>;
clocks = <&clockgen 4 0>;
};

duart1: serial@21c0600 {
compatible = "fsl,ns16550", "ns16550a";
reg = <0x00 0x21c0600 0x0 0x100>;
interrupts = <0 54 0x4>;
clocks = <&clockgen 4 0>;
};

duart2: serial@21d0500 {
compatible = "fsl,ns16550", "ns16550a";
reg = <0x0 0x21d0500 0x0 0x100>;
interrupts = <0 55 0x4>;
clocks = <&clockgen 4 0>;
};

duart3: serial@21d0600 {
compatible = "fsl,ns16550", "ns16550a";
reg = <0x0 0x21d0600 0x0 0x100>;
interrupts = <0 55 0x4>;
clocks = <&clockgen 4 0>;
};

0 Kudos

505 Views
rashmikj
Contributor III

Thank you

0 Kudos