blob: f3363d1ebccccead39b82ce40f1f80022b399201 [file] [log] [blame]
Kory Maincentfd98adb2025-04-25 17:59:25 +02001// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2025 Bootlin
4 */
5/dts-v1/;
6
7#include "am33xx.dtsi"
8#include "am335x-bone-common.dtsi"
9#include "am335x-bonegreen-common.dtsi"
10
11/ {
12 model = "TI AM335x BeagleBone Green Eco";
13 compatible = "ti,am335x-bone-green-eco", "ti,am335x-bone-green",
14 "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
15
16 cpus {
17 cpu@0 {
18 /delete-property/ cpu0-supply;
19 };
20 };
21};
22
23&usb0 {
24 interrupts-extended = <&intc 18>;
25 interrupt-names = "mc";
26};
27
28&baseboard_eeprom {
29 /delete-property/ vcc-supply;
30};
31
32&i2c0 {
33 /delete-node/ tps@24;
34};