configuration of Duart in LSDK for ls1046A

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

configuration of Duart in LSDK for ls1046A

1,097件の閲覧回数
rashmikj
Contributor III

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

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,059件の閲覧回数
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 件の賞賛
返信

1,059件の閲覧回数
rashmikj
Contributor III

Thank you

0 件の賞賛
返信