-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overlays: Add Pineboards HatDrive! POE+ (#6257)
overlays: Add Pineboards HatDrive! POE+
- Loading branch information
1 parent
e838770
commit dff516e
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
arch/arm/boot/dts/overlays/pineboards-hatdrive-poe-plus-overlay.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Device Tree overlay for Pineboards HatDrive! PoE+. | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
compatible = "brcm,bcm2712"; | ||
|
||
fragment@0 { | ||
target-path = "/chosen"; | ||
__overlay__ { | ||
power: power { | ||
hat_current_supply = <5000>; | ||
}; | ||
}; | ||
}; | ||
}; |