sharp-drm-driver-radxa-zero/sharp.dts
2023-04-20 09:55:56 -04:00

62 lines
1.0 KiB
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2835", "brcm,bcm2708", "brcm,bcm2709";
fragment@0 {
target = <&spi0>;
__overlay__ {
status = "okay";
spidev@0{
status = "disabled";
};
spidev@1{
status = "disabled";
};
};
};
fragment@1 {
target = <&spi0_pins>;
__overlay__ {
brcm,pins = <0x0a 0x0b>; /* skipping bcm9 MISO */
};
};
fragment@2 {
target = <&gpio>;
__overlay__ {
sharp_pins: sharp_pins {
brcm,pins = <23 22>;
/* brcm,pins = <9 23>; */ /* <- older revision */
brcm,function = <1 1>; /* out */
};
};
};
fragment@3 {
target = <&spi0>;
__overlay__ {
/* needed to avoid dtc warning */
#address-cells = <1>;
#size-cells = <0>;
sharp: sharp@0{
compatible = "sharp";
reg = <0>;
pinctrl-names = "default";
pinctrl-0 = <&sharp_pins>;
spi-cs-high = <1>;
spi-max-frequency = <2000000>;
buswidth = <8>;
debug = <0>;
};
};
};
};