mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-21 07:37:14 +00:00
24 lines
400 B
Plaintext
24 lines
400 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2708";
|
|
|
|
fragment@0 {
|
|
target = <&usb>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
__overlay__ {
|
|
compatible = "brcm,bcm2835-usb";
|
|
reg = <0x7e980000 0x10000>;
|
|
interrupts = <1 9>;
|
|
dr_mode = "otg";
|
|
g-np-tx-fifo-size = <32>;
|
|
g-rx-fifo-size = <256>;
|
|
g-tx-fifo-size = <512 512 512 512 512 256 256>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
|