|
666 | 666 | iommus = <&disp0_dart 4>; |
667 | 667 | phandle = <&disp0_piodma>; |
668 | 668 | }; |
| 669 | + |
| 670 | + ports { |
| 671 | + #address-cells = <1>; |
| 672 | + #size-cells = <0>; |
| 673 | + port@0 { |
| 674 | + reg = <0>; |
| 675 | + dcp_audio: endpoint { |
| 676 | + remote-endpoint = <&dpaudio0_dcp>; |
| 677 | + }; |
| 678 | + }; |
| 679 | + }; |
669 | 680 | }; |
670 | 681 |
|
671 | 682 | display: display-subsystem { |
|
886 | 897 | status = "disabled"; |
887 | 898 | }; |
888 | 899 |
|
| 900 | + sio_mbox: mbox@236408000 { |
| 901 | + compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4"; |
| 902 | + reg = <0x2 0x36408000 0x0 0x4000>; |
| 903 | + interrupt-parent = <&aic>; |
| 904 | + interrupts = <AIC_IRQ 640 IRQ_TYPE_LEVEL_HIGH>, |
| 905 | + <AIC_IRQ 641 IRQ_TYPE_LEVEL_HIGH>, |
| 906 | + <AIC_IRQ 642 IRQ_TYPE_LEVEL_HIGH>, |
| 907 | + <AIC_IRQ 643 IRQ_TYPE_LEVEL_HIGH>; |
| 908 | + interrupt-names = "send-empty", "send-not-empty", |
| 909 | + "recv-empty", "recv-not-empty"; |
| 910 | + #mbox-cells = <0>; |
| 911 | + power-domains = <&ps_sio>; |
| 912 | + }; |
| 913 | + |
| 914 | + sio: sio@236400000 { |
| 915 | + compatible = "apple,t8103-sio", "apple,sio"; |
| 916 | + reg = <0x2 0x36400000 0x0 0x8000>; |
| 917 | + dma-channels = <128>; |
| 918 | + #dma-cells = <1>; |
| 919 | + mboxes = <&sio_mbox>; |
| 920 | + iommus = <&sio_dart 0>; |
| 921 | + power-domains = <&ps_sio_cpu>; |
| 922 | + resets = <&ps_sio>; /* TODO: verify reset does something */ |
| 923 | + status = "disabled"; |
| 924 | + }; |
| 925 | + |
889 | 926 | admac: dma-controller@238200000 { |
890 | 927 | compatible = "apple,t8103-admac", "apple,admac"; |
891 | 928 | reg = <0x2 0x38200000 0x0 0x34000>; |
|
900 | 937 | resets = <&ps_audio_p>; |
901 | 938 | }; |
902 | 939 |
|
| 940 | + dpaudio0: audio-controller@238330000 { |
| 941 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 942 | + reg = <0x2 0x38330000 0x0 0x4000>; |
| 943 | + dmas = <&sio 0x64>; |
| 944 | + dma-names = "tx"; |
| 945 | + power-domains = <&ps_dpa0>; |
| 946 | + reset-domains = <&ps_dpa0>; |
| 947 | + status = "disabled"; |
| 948 | + |
| 949 | + ports { |
| 950 | + #address-cells = <1>; |
| 951 | + #size-cells = <0>; |
| 952 | + port@0 { |
| 953 | + reg = <0>; |
| 954 | + dpaudio0_dcp: endpoint { |
| 955 | + remote-endpoint = <&dcp_audio>; |
| 956 | + }; |
| 957 | + }; |
| 958 | + }; |
| 959 | + }; |
| 960 | + |
| 961 | + dpaudio1: audio-controller@238334000 { |
| 962 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 963 | + reg = <0x2 0x38334000 0x0 0x4000>; |
| 964 | + dmas = <&sio 0x66>; |
| 965 | + dma-names = "tx"; |
| 966 | + power-domains = <&ps_dpa1>; |
| 967 | + reset-domains = <&ps_dpa1>; |
| 968 | + status = "disabled"; |
| 969 | + |
| 970 | + ports { |
| 971 | + #address-cells = <1>; |
| 972 | + #size-cells = <0>; |
| 973 | + port@0 { |
| 974 | + reg = <0>; |
| 975 | + dpaudio1_dcp: endpoint { |
| 976 | + remote-endpoint = <&dcpext_audio>; |
| 977 | + }; |
| 978 | + }; |
| 979 | + }; |
| 980 | + }; |
| 981 | + |
903 | 982 | mca: i2s@238400000 { |
904 | 983 | compatible = "apple,t8103-mca", "apple,mca"; |
905 | 984 | reg = <0x2 0x38400000 0x0 0x18000>, |
|
1306 | 1385 | piodma { |
1307 | 1386 | iommus = <&dispext0_dart 4>; |
1308 | 1387 | }; |
| 1388 | + |
| 1389 | + ports { |
| 1390 | + #address-cells = <1>; |
| 1391 | + #size-cells = <0>; |
| 1392 | + port@0 { |
| 1393 | + reg = <0>; |
| 1394 | + dcpext_audio: endpoint { |
| 1395 | + remote-endpoint = <&dpaudio1_dcp>; |
| 1396 | + }; |
| 1397 | + }; |
| 1398 | + }; |
1309 | 1399 | }; |
1310 | 1400 |
|
1311 | 1401 | ans_mbox: mbox@277408000 { |
|
0 commit comments