|
741 | 741 | iommus = <&disp0_dart 4>; |
742 | 742 | phandle = <&disp0_piodma>; |
743 | 743 | }; |
| 744 | + |
| 745 | + ports { |
| 746 | + #address-cells = <1>; |
| 747 | + #size-cells = <0>; |
| 748 | + port@0 { |
| 749 | + reg = <0>; |
| 750 | + dcp_audio: endpoint { |
| 751 | + remote-endpoint = <&dpaudio0_dcp>; |
| 752 | + }; |
| 753 | + }; |
| 754 | + }; |
744 | 755 | }; |
745 | 756 |
|
746 | 757 | display: display-subsystem { |
|
895 | 906 | status = "disabled"; |
896 | 907 | }; |
897 | 908 |
|
| 909 | + sio_mbox: mbox@236408000 { |
| 910 | + compatible = "apple,t8112-asc-mailbox", "apple,asc-mailbox-v4"; |
| 911 | + reg = <0x2 0x36408000 0x0 0x4000>; |
| 912 | + interrupt-parent = <&aic>; |
| 913 | + interrupts = <AIC_IRQ 774 IRQ_TYPE_LEVEL_HIGH>, |
| 914 | + <AIC_IRQ 775 IRQ_TYPE_LEVEL_HIGH>, |
| 915 | + <AIC_IRQ 776 IRQ_TYPE_LEVEL_HIGH>, |
| 916 | + <AIC_IRQ 777 IRQ_TYPE_LEVEL_HIGH>; |
| 917 | + interrupt-names = "send-empty", "send-not-empty", |
| 918 | + "recv-empty", "recv-not-empty"; |
| 919 | + #mbox-cells = <0>; |
| 920 | + power-domains = <&ps_sio_cpu>; |
| 921 | + }; |
| 922 | + |
| 923 | + sio: sio@236400000 { |
| 924 | + compatible = "apple,t8112-sio", "apple,sio"; |
| 925 | + reg = <0x2 0x36400000 0x0 0x8000>; |
| 926 | + dma-channels = <128>; |
| 927 | + #dma-cells = <1>; |
| 928 | + mboxes = <&sio_mbox>; |
| 929 | + iommus = <&sio_dart 0>; |
| 930 | + power-domains = <&ps_sio_cpu>; |
| 931 | + resets = <&ps_sio>; /* TODO: verify reset does something */ |
| 932 | + status = "disabled"; |
| 933 | + }; |
| 934 | + |
898 | 935 | admac: dma-controller@238200000 { |
899 | 936 | compatible = "apple,t8112-admac", "apple,admac"; |
900 | 937 | reg = <0x2 0x38200000 0x0 0x34000>; |
|
909 | 946 | resets = <&ps_audio_p>; |
910 | 947 | }; |
911 | 948 |
|
| 949 | + dpaudio0: audio-controller@238330000 { |
| 950 | + compatible = "apple,t8112-dpaudio", "apple,dpaudio"; |
| 951 | + reg = <0x2 0x38330000 0x0 0x4000>; |
| 952 | + dmas = <&sio 0x64>; |
| 953 | + dma-names = "tx"; |
| 954 | + power-domains = <&ps_dpa0>; |
| 955 | + reset-domains = <&ps_dpa0>; |
| 956 | + status = "disabled"; |
| 957 | + |
| 958 | + ports { |
| 959 | + #address-cells = <1>; |
| 960 | + #size-cells = <0>; |
| 961 | + port@0 { |
| 962 | + reg = <0>; |
| 963 | + dpaudio0_dcp: endpoint { |
| 964 | + remote-endpoint = <&dcp_audio>; |
| 965 | + }; |
| 966 | + }; |
| 967 | + }; |
| 968 | + }; |
| 969 | + |
| 970 | + dpaudio1: audio-controller@238334000 { |
| 971 | + compatible = "apple,t8112-dpaudio", "apple,dpaudio"; |
| 972 | + reg = <0x2 0x38334000 0x0 0x4000>; |
| 973 | + dmas = <&sio 0x66>; |
| 974 | + dma-names = "tx"; |
| 975 | + power-domains = <&ps_dpa1>; |
| 976 | + reset-domains = <&ps_dpa1>; |
| 977 | + status = "disabled"; |
| 978 | + |
| 979 | + ports { |
| 980 | + #address-cells = <1>; |
| 981 | + #size-cells = <0>; |
| 982 | + port@0 { |
| 983 | + reg = <0>; |
| 984 | + dpaudio1_dcp: endpoint { |
| 985 | + remote-endpoint = <&dcpext_audio>; |
| 986 | + }; |
| 987 | + }; |
| 988 | + }; |
| 989 | + }; |
| 990 | + |
912 | 991 | mca: i2s@238400000 { |
913 | 992 | compatible = "apple,t8112-mca", "apple,mca"; |
914 | 993 | reg = <0x2 0x38400000 0x0 0x18000>, |
|
1497 | 1576 | piodma { |
1498 | 1577 | iommus = <&dispext0_dart 4>; |
1499 | 1578 | }; |
| 1579 | + |
| 1580 | + ports { |
| 1581 | + #address-cells = <1>; |
| 1582 | + #size-cells = <0>; |
| 1583 | + port@0 { |
| 1584 | + reg = <0>; |
| 1585 | + dcpext_audio: endpoint { |
| 1586 | + remote-endpoint = <&dpaudio1_dcp>; |
| 1587 | + }; |
| 1588 | + }; |
| 1589 | + }; |
1500 | 1590 | }; |
1501 | 1591 |
|
1502 | 1592 | ans_mbox: mbox@277408000 { |
|
0 commit comments