bcm953012er.dts (34069d12e239ae8f36dd96c378e4622fb1c42a76) | bcm953012er.dts (473baeab929444295b0530f8766e4becb6a08973) |
---|---|
1/* 2 * BSD LICENSE 3 * 4 * Copyright(c) 2016 Broadcom. All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 70 unchanged lines hidden (view full) --- 79 label = "port1"; 80 }; 81 82 port@5 { 83 reg = <5>; 84 label = "cpu"; 85 ethernet = <&gmac0>; 86 }; | 1/* 2 * BSD LICENSE 3 * 4 * Copyright(c) 2016 Broadcom. All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 70 unchanged lines hidden (view full) --- 79 label = "port1"; 80 }; 81 82 port@5 { 83 reg = <5>; 84 label = "cpu"; 85 ethernet = <&gmac0>; 86 }; |
87 88 port@7 { 89 status = "disabled"; 90 }; 91 92 port@8 { 93 status = "disabled"; 94 }; |
|
87 }; 88}; 89 90&usb3_phy { 91 status = "okay"; 92}; | 95 }; 96}; 97 98&usb3_phy { 99 status = "okay"; 100}; |