DT_LE              47 scripts/dtc/dtc-parser.y %token DT_LSHIFT DT_RSHIFT DT_LE DT_GE DT_EQ DT_NE DT_AND DT_OR
DT_LE             470 scripts/dtc/dtc-parser.y 	| integer_rela DT_LE integer_shift { $$ = $1 <= $3; }