| // SPDX-License-Identifier: GPL-2.0-only |
| /* |
| * Copyright (C) 2025 Bootlin |
| */ |
| /dts-v1/; |
| |
| #include "am33xx.dtsi" |
| #include "am335x-bone-common.dtsi" |
| #include "am335x-bonegreen-common.dtsi" |
| |
| / { |
| model = "TI AM335x BeagleBone Green Eco"; |
| compatible = "ti,am335x-bone-green-eco", "ti,am335x-bone-green", |
| "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"; |
| |
| cpus { |
| cpu@0 { |
| /delete-property/ cpu0-supply; |
| }; |
| }; |
| }; |
| |
| &usb0 { |
| interrupts-extended = <&intc 18>; |
| interrupt-names = "mc"; |
| }; |
| |
| &baseboard_eeprom { |
| /delete-property/ vcc-supply; |
| }; |
| |
| &i2c0 { |
| /delete-node/ tps@24; |
| }; |