]> Git Repo - esp-hosted.git/blob - esp_hosted_ng/host/spidev_disabler.dts
esp_hosted_ng: Add support for ndo_set_mac_address
[esp-hosted.git] / esp_hosted_ng / host / spidev_disabler.dts
1 /dts-v1/;
2 /plugin/;
3
4 / {
5     compatible = "brcm,bcm2708";
6
7     fragment@0 {
8         target = <&spidev0>;
9
10         __overlay__ {
11             status = "disabled";
12         };
13     };
14 };
This page took 0.032458 seconds and 4 git commands to generate.