2 つの異なるデバイス ツリー ソースからの次のスニペットがあります。
UART1: serial@ef600400 {
device_type = "serial";
compatible = "ns16550";
reg = <0xef600400 8>;
virtual-reg = <0xef600400>;
clock-frequency = <0x00a8c000>;
current-speed = <0>;
interrupt-parent = <&UIC0>;
interrupts = <1 4>;
};
serial0: serial@4500 {
cell-index = <0>;
device_type = "serial";
compatible = "ns16550";
reg = <0x4500 0x100>;
clock-frequency = <0>;
interrupts = <42 2>;
interrupt-parent = <&mpic>;
};
何が割り込みを行うのか知りたいです = <1 4>; 割り込み = <42 2>; 支持する?
<1 4> 、 <42 2> の値はどこから取得しますか?