|
671 | 671 | iommus = <&disp0_dart 4>; |
672 | 672 | phandle = <&disp0_piodma>; |
673 | 673 | }; |
| 674 | + |
| 675 | + ports { |
| 676 | + #address-cells = <1>; |
| 677 | + #size-cells = <0>; |
| 678 | + port@0 { |
| 679 | + reg = <0>; |
| 680 | + dcp_audio: endpoint { |
| 681 | + remote-endpoint = <&dpaudio0_dcp>; |
| 682 | + }; |
| 683 | + }; |
| 684 | + }; |
674 | 685 | }; |
675 | 686 |
|
676 | 687 | display: display-subsystem { |
|
891 | 902 | status = "disabled"; |
892 | 903 | }; |
893 | 904 |
|
| 905 | + sio_mbox: mbox@236408000 { |
| 906 | + compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4"; |
| 907 | + reg = <0x2 0x36408000 0x0 0x4000>; |
| 908 | + interrupt-parent = <&aic>; |
| 909 | + interrupts = <AIC_IRQ 640 IRQ_TYPE_LEVEL_HIGH>, |
| 910 | + <AIC_IRQ 641 IRQ_TYPE_LEVEL_HIGH>, |
| 911 | + <AIC_IRQ 642 IRQ_TYPE_LEVEL_HIGH>, |
| 912 | + <AIC_IRQ 643 IRQ_TYPE_LEVEL_HIGH>; |
| 913 | + interrupt-names = "send-empty", "send-not-empty", |
| 914 | + "recv-empty", "recv-not-empty"; |
| 915 | + #mbox-cells = <0>; |
| 916 | + power-domains = <&ps_sio>; |
| 917 | + }; |
| 918 | + |
| 919 | + sio: sio@236400000 { |
| 920 | + compatible = "apple,t8103-sio", "apple,sio"; |
| 921 | + reg = <0x2 0x36400000 0x0 0x8000>; |
| 922 | + dma-channels = <128>; |
| 923 | + #dma-cells = <1>; |
| 924 | + mboxes = <&sio_mbox>; |
| 925 | + iommus = <&sio_dart 0>; |
| 926 | + power-domains = <&ps_sio_cpu>; |
| 927 | + resets = <&ps_sio>; /* TODO: verify reset does something */ |
| 928 | + status = "disabled"; |
| 929 | + }; |
| 930 | + |
894 | 931 | admac: dma-controller@238200000 { |
895 | 932 | compatible = "apple,t8103-admac", "apple,admac"; |
896 | 933 | reg = <0x2 0x38200000 0x0 0x34000>; |
|
905 | 942 | resets = <&ps_audio_p>; |
906 | 943 | }; |
907 | 944 |
|
| 945 | + dpaudio0: audio-controller@238330000 { |
| 946 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 947 | + reg = <0x2 0x38330000 0x0 0x4000>; |
| 948 | + dmas = <&sio 0x64>; |
| 949 | + dma-names = "tx"; |
| 950 | + power-domains = <&ps_dpa0>; |
| 951 | + reset-domains = <&ps_dpa0>; |
| 952 | + status = "disabled"; |
| 953 | + |
| 954 | + ports { |
| 955 | + #address-cells = <1>; |
| 956 | + #size-cells = <0>; |
| 957 | + port@0 { |
| 958 | + reg = <0>; |
| 959 | + dpaudio0_dcp: endpoint { |
| 960 | + remote-endpoint = <&dcp_audio>; |
| 961 | + }; |
| 962 | + }; |
| 963 | + }; |
| 964 | + }; |
| 965 | + |
| 966 | + dpaudio1: audio-controller@238334000 { |
| 967 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 968 | + reg = <0x2 0x38334000 0x0 0x4000>; |
| 969 | + dmas = <&sio 0x66>; |
| 970 | + dma-names = "tx"; |
| 971 | + power-domains = <&ps_dpa1>; |
| 972 | + reset-domains = <&ps_dpa1>; |
| 973 | + status = "disabled"; |
| 974 | + |
| 975 | + ports { |
| 976 | + #address-cells = <1>; |
| 977 | + #size-cells = <0>; |
| 978 | + port@0 { |
| 979 | + reg = <0>; |
| 980 | + dpaudio1_dcp: endpoint { |
| 981 | + remote-endpoint = <&dcpext_audio>; |
| 982 | + }; |
| 983 | + }; |
| 984 | + }; |
| 985 | + }; |
| 986 | + |
908 | 987 | mca: i2s@238400000 { |
909 | 988 | compatible = "apple,t8103-mca", "apple,mca"; |
910 | 989 | reg = <0x2 0x38400000 0x0 0x18000>, |
|
1297 | 1376 | piodma { |
1298 | 1377 | iommus = <&dispext0_dart 4>; |
1299 | 1378 | }; |
| 1379 | + |
| 1380 | + ports { |
| 1381 | + #address-cells = <1>; |
| 1382 | + #size-cells = <0>; |
| 1383 | + port@0 { |
| 1384 | + reg = <0>; |
| 1385 | + dcpext_audio: endpoint { |
| 1386 | + remote-endpoint = <&dpaudio1_dcp>; |
| 1387 | + }; |
| 1388 | + }; |
| 1389 | + }; |
1300 | 1390 | }; |
1301 | 1391 |
|
1302 | 1392 | ans_mbox: mbox@277408000 { |
|
0 commit comments