Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /dts-v1/;
- / {
- compatible = "allwinner,sun8i-h3";
- fragment@0 {
- target = <0xffffffff>;
- __overlay__ {
- spi0_cs1 {
- pins = "PA20";
- function = "gpio_out";
- output-high;
- phandle = <0x01>;
- };
- };
- };
- fragment@1 {
- target = <0xffffffff>;
- __overlay__ {
- pinctrl-names = "default\0default";
- pinctrl-1 = <0x01>;
- cs-gpios = <0x00 0xffffffff 0x00 0x14 0x00>;
- };
- };
- __symbols__ {
- spi0_cs1 = "/fragment@0/__overlay__/spi0_cs1";
- };
- __fixups__ {
- pio = "/fragment@0:target:0\0/fragment@1/__overlay__:cs-gpios:4";
- spi0 = "/fragment@1:target:0";
- };
- __local_fixups__ {
- fragment@1 {
- __overlay__ {
- pinctrl-1 = <0x00>;
- };
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement